Event_Attendees

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

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