edge_survey_schedules


Columns

Column Type Children Parents Comments
id int8
survey_id int8
created_at timestamp
updated_at timestamp
subject_id int8
root_type varchar
root_id int8
subject_role varchar
completed_at timestamp
start_date date
company_id int8

The owning tenant’s ID. @example 1.

created_at_in_company_tz timestamp
updated_at_in_company_tz timestamp
completed_at_in_company_tz timestamp
company_timezone varchar

The company timezone. E.g. Australia/Brisbane.

Indexes

Constraint Name Type Sort Column(s)
edge_survey_schedules_pkey Primary key Asc id
idx_edge_survey_schedules_company_id Performance Asc company_id
idx_edge_survey_schedules_root_id Performance Asc root_id
idx_edge_survey_schedules_subject_id Performance Asc subject_id
idx_edge_survey_schedules_survey_id Performance Asc survey_id

Relationships