List view
Voter Registration and Quality Control
Voter Registration and Quality Control
Organizing
Organizing
Petitions and Quality Control
Petitions and Quality Control
Volunteerships
This table displays information on volunteerships assigned to people in Blocks
Field | Type | Description | Joins |
id | primary key (int) | id of email sent | unique to table |
person_id | foreign key (int) | id of user that sent the email | id in users table |
event_shift_id | foreign key (int) | id of list of people records that received the email | id in lists table |
user_id | foreign key (int) | id of team associated with people records that received the email | id in teams table |
created_at | timestamp | date&time volunteership was created | unique to table |
updated_at | timestamp | date&time volunteership was last updated | unique to table |
responsibility | text | responsibility assigned to user in shift | unique to table |