List view
Voter Registration and Quality Control
Voter Registration and Quality Control
Organizing
Organizing
Petitions and Quality Control
Petitions and Quality Control
Teams
This table displays information on emails sent from Blocks
Field | Type | Description | Joins |
id | primary key (int) | id of team | team_id in team_memberships table |
name | text | name of team | unique to table |
created_at | timestamp | date&time team was created | unique to table |
updated_at | timestamp | date&time team was last updated | unique to table |
organizer_id | foreign key (int) | id of user associated with the event as its organizer | id in users table |
members_count | integer | count of members in the team | unique to table |
creator_id | foreign key (int) | id of user that created the team | id in users table |
active | text | t/f if the team is active | unique to table |
leader_id | foreign key (int) | id of person listed as leader of the team | id in people table |
turf_id | foreign key (int) | id of the turf of the team | id in turfs table |
type | text | type of the team | unique to table |