Phone_Banking_Script_Objects

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

Phone_Banking_Script_Objects


 
 

Field
Type
Description
Joins
id
primary key (int)
unique id of phone bank script object
script_id
foreign_key (int)
unique id of script this object is included in
id in phone_banking_scripts table
position_in_script
int
numerical representation of where object lies in the script
unique to table
created_at
timestamp
date&time script object was created in Blocks
unique to table
updated_at
timestamp
date&time script object was last updated in Blocks
unique to table
is_section_divider
text
t/f if the question is a section divider in the script
unique to table
question_id
foreign key (int)
unique id of phone bank question this object includes
id in phone_banking_questions table
script_text_id
foreign key (int)
unique id of script text this object includes
id in phone_banking_script_texts table