List view
Voter Registration and Quality Control
Voter Registration and Quality Control
Organizing
Organizing
Petitions and Quality Control
Petitions and Quality Control
Team_Memberships
This table displays information on members added to teams
Field | Type | Description | Joins |
id | primary key (int) | id of team membership record | unique to table |
member_id | foreign key (int) | id of member added to team | id in people table |
created_at | timestamp | date&time membership was added | unique to table |
updated_at | timestamp | date&time membership was last udpated | unique to table |
team_id | foreign key (int) | id of team the member was added to | id in teams table |
responsibility | text | responsibility of team member | unique to table |