Voter Registration Scan Visual Review Responses

 

Voter Registration Scan Visual Review Responses


 
Displays each of the responses logged in visual QC for each form. Can see vr scan id, response id and when the response was input. To see which user did QC, access the voter_registration_scans table.
 

Field
Type
Description
Notes
id
primary key (int)
id of each form's visual qc response
unique to table
voter_registration_scan_id
foreign key (int)
id of voter registration scan the response corresponds to
joins: id in voter_registration_scans table, voter_registration_scan_id in phone_verification_responses table
visual_review_response_id
foreign key (int)
id of response option selected for this response
joins: id in visual_review_responses table
created_at
timestamp
date&time the response was created
unique to table
updated_at
timestamp
date&time the response was last updated
unique to table