edge_helper_agreements


Columns

Column Type Children Parents Comments
id int8
helper_id int8
agreed_by_id int8
agreed_at timestamp
created_at timestamp
updated_at timestamp
agreement_template_id int8
company_id int8

The owning tenant’s ID. @example 1.

agreed_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_agreements_pkey Primary key Asc id
edge_helper_agreements_agreed_by_id_idx Performance Asc agreed_by_id
edge_helper_agreements_agreement_template_id_idx Performance Asc agreement_template_id
edge_helper_agreements_company_id_idx Performance Asc company_id
edge_helper_agreements_helper_id_idx Performance Asc helper_id

Relationships