List view
Getting Started
Getting Started
Voter Registration
Voter Registration
Organizing
Organizing
Petitions
Petitions
Phone Verification Questions
This is a table displaying the questions asked during phone verification. Each question has a unique id that joins to the phone_verification_responses table.
Field | Type | Description | Field |
id | primary key (int) | phone verification question id | joins: phone_verification_question_id in phone_verification_responses table |
question | text | text of phone verification question | unique to table |
created_at | timestamp | date&time the question was created | unique to table |
updated_at | timestamp | date&time the question was last updated | unique to table |
active | text | t/NULL | unique to table |