rootly_incident_incident_types
Details of the association between incidents and incident types in Rootly.
-
id
Primary key - Unique identifier for the row.
-
incident_id
Foreign key - ID of the incident.
-
incident_type_id
Foreign key - ID of the incident type.
-
row_created_at
date - Timestamp when the row was created.
-
row_updated_at
date - Timestamp when the row was last updated.