edge_ticket_todos


Columns

Column Type Children Parents Comments
id int8
ticket_id int8
completed_at timestamp
order int4
created_at timestamp
updated_at timestamp
company_id int8

The owning tenant’s ID. @example 1.

completed_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_ticket_todos_pkey Primary key Asc id
idx_edge_ticket_todos_company_id Performance Asc company_id
idx_edge_ticket_todos_ticket_id Performance Asc ticket_id

Relationships