List view
Voter Registration and Quality Control
Voter Registration and Quality Control
Organizing
Organizing
Petitions and Quality Control
Petitions and Quality Control
Event_Attendees
This table displays information about attendees in events, associating people records with events
Field | Type | Description | Joins |
event_id | foreign key (int) | id of event the person attended | id in events table |
person_id | foreign key (int) | id of person record of attendee | id in people table |
status | integer | numerical representation of attendance status | unique to table |
created_at | timestamp | date&time event attendance record was created | unique to table |
updated_at | timestamp | date&time event attendance record was last updated | unique to table |
id | primary key (int) | id of attendance record | unique to table |
creator_id | foreign key (int) | id of user that added the person to the event | id in users table |
inviter_id | foreign key (int) | id of person who invited the attendee to the event | id in person table |
needs | jsonb | needs as filled out by attendee in public registration form | unique to table |
role | text | name of event role | unique to table |