edge_helper_leave_periods


Columns

Column Type Children Parents Comments
id int8
helper_id int8
leave_reason_id int8
time_range tsrange
created_at timestamp
updated_at timestamp
status varchar
supersedes_helper_leave_period_id int8
ticket_id int8
company_id int8

The owning tenant’s ID. @example 1.

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_helper_leave_periods_pkey Primary key Asc id
idx_91332089ebb01dece871ec3e78ffb641 Performance Asc supersedes_helper_leave_period_id
idx_edge_helper_leave_periods_company_id Performance Asc company_id
idx_edge_helper_leave_periods_helper_id Performance Asc helper_id
idx_edge_helper_leave_periods_leave_reason_id Performance Asc leave_reason_id
idx_edge_helper_leave_periods_ticket_id Performance Asc ticket_id

Relationships