List view
Voter Registration and Quality Control
Voter Registration and Quality Control
Organizing
Organizing
Petitions and Quality Control
Petitions and Quality Control
Check_In_Questionss
This table displays questions asked in check ins
Field | Type | Description | Joins |
id | primary key (int) | id of check in question | question_id in check_in_answers table |
position | integer | numerical representation of where the question is displayed in the check in | unique to table |
text | text | text of question in check in | unique to table |
archived | text | t/f if the question is archived | unique to table |
check_in_id | foreign key (int) | id of check in the question is included in | id in check_ins table |
turf_id | foreign key (int) | id of turf the check in is associated with | id in turfs table |