Check_In_Answers

List view
Voter Registration and Quality Control
Organizing
Petitions and Quality Control
Admin
Phone Banking
 

Check_In_Answers


 
This table displays answers submitted to check ins
 

Field
Type
Description
Joins
id
primary key (int)
id of check in answer
unique to table
text
text
text of answer to check in
unique to table
question_id
foreign key (int)
id of question the answer correlates to in the check in
id in check_in_questions table
user_id
foreign key (int)
id of user that submitted the answer
id in users table
created_at
timestamp
date&time the answer was created
unique to table
updated_at
timestamp
date&time the answer was last updated
unique to table