List view
Voter Registration and Quality Control
Voter Registration and Quality Control
Organizing
Organizing
Petitions and Quality Control
Petitions and Quality Control
Quality_Control_Phone_Verification_Calls
This table displays information about calls made during phone verification in the quality control process
Field | Type | Description | Joins |
id | primary key (int) | id of phone verification call in Blocks | ㅤ |
twilio_call_id | foreign key (int) | id of twilio call record | |
user_id | foreign key (int) | id of user making the phone verification call in Blocks | |
external | text | t/f if the call was made in Blocks or made using an external phone | |
number | integer | phone number dialed | unique to table |
disconnected_at | timestamp | date&time the call was disconnected | unique to table |
created_at | timestamp | date&time the call was created | unique to table |
updated_at | timestamp | date&time the call was last updated | unique to table |
status | text | status of call - active/completed | unique to table |
voter_registration_form_id | foreign key (int) | id of registration_form the call is associated with |