incident_metadata
Metadata for incidents, storing key-value pairs for each incident.
-
id
Primary key - Unique identifier for the row.
-
incident_id
Foreign key - ID of the incident.
-
key
string - Key of the metadata entry.
-
value
string - Value of the metadata entry.