edge_attendees


Columns

Column Type Children Parents Comments
id int8
event_time_id int8
member_id int8
created_at timestamp
updated_at timestamp
canceled_at timestamp
product_id int8
status varchar
company_id int8

The owning tenant’s ID. @example 1.

company_timezone varchar
created_at_in_company_tz timestamp
updated_at_in_company_tz timestamp
canceled_at_in_company_tz timestamp

Indexes

Constraint Name Type Sort Column(s)
edge_attendees_pkey Primary key Asc id
edge_attendees_company_id_idx Performance Asc company_id
edge_attendees_event_time_id_idx Performance Asc event_time_id
edge_attendees_member_id_idx Performance Asc member_id
edge_attendees_product_id_idx Performance Asc product_id

Relationships