List view
Voter Registration and Quality Control
Voter Registration and Quality Control
Organizing
Organizing
Petitions and Quality Control
Petitions and Quality Control
Check_Ins
This table displays questions asked in check ins
Field | Type | Description | Joins |
id | primary key (int) | id of check in | check_in_id in check_in_questions table |
end_date | timestamp | date of check-in end | unique to table |
days_of_the_week | jsonb | numerical representation of days of the week the check in is sent to the user | unique to table |
turf_id | foreign key (int) | id of turf the check in is associated with | id in turfs table |
created_at | timestamp | date&time check in was created | unique to table |
updated_at | timestamp | date&time check in was last updated | unique to table |