incident_io_incident_follow_ups
Details of Incident follow ups.
-
id
Primary key - Unique identifier for the row.
-
source_id
Foreign key - Incident.io ID of the incident follow up.
-
incident_id
Foreign key - ID of the incident.
-
assignee_id
Foreign key - ID of the user.
-
status
string - Status of Incident follow up
-
priority
string - Priority of Incident follow up
-
completed_at
date - Timestamp when Follow up is completed.
-
created_at
date - Timestamp when Follow up is created.
-
updated_at
date - Timestamp when Follow up is updated.