edge_cohort_participations


Columns

Column Type Children Parents Comments
id int8
entered_at timestamp
exited_at timestamp
cohort_id int8
membership_id int8
created_at timestamp
updated_at timestamp
company_id int8

The owning tenant’s ID. @example 1.

entered_at_in_company_tz timestamp
exited_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_cohort_participations_pkey Primary key Asc id
edge_cohort_participations_cohort_id_idx Performance Asc cohort_id
edge_cohort_participations_company_id_idx Performance Asc company_id
edge_cohort_participations_membership_id_idx Performance Asc membership_id

Relationships