edge_incidents


Columns

Column Type Children Parents Comments
id int8
ticket_id int8
reporter_id int8
occurred_at timestamp
reported_at timestamp
created_at timestamp
updated_at timestamp
use_sirs_framework bool
company_id int8

The owning tenant’s ID. @example 1.

occurred_at_in_company_tz timestamp
reported_at_in_company_tz timestamp
created_at_in_company_tz timestamp
updated_at_in_company_tz timestamp
company_timezone varchar

The company timezone. E.g. Australia/Brisbane.

Indexes

Constraint Name Type Sort Column(s)
edge_incidents_pkey Primary key Asc id
idx_edge_incidents_company_id Performance Asc company_id
idx_edge_incidents_reporter_id Performance Asc reporter_id
idx_edge_incidents_ticket_id Performance Asc ticket_id

Relationships