edge_helper_leave_period_actions


Columns

Column Type Children Parents Comments
id int8
helper_leave_period_id int8
actor_id int8
actioned_at timestamp
previous_status varchar
new_status varchar
created_at timestamp
updated_at timestamp
company_id int8

The owning tenant’s ID. @example 1.

actioned_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_helper_leave_period_actions_pkey Primary key Asc id
edge_helper_leave_period_actions_actor_id_idx Performance Asc actor_id
edge_helper_leave_period_actions_company_id_idx Performance Asc company_id
edge_helper_leave_period_actions_helper_leave_period_id_idx Performance Asc helper_leave_period_id

Relationships