List view
Voter Registration and Quality Control
Voter Registration and Quality Control
Organizing
Organizing
Petitions and Quality Control
Petitions and Quality Control
Scheduled_Exports
The turfs table contains information about export files
Field | Type | Description | Joins |
id | primary key (int) | unique scheduled_export id | |
user_id | foreign key (int) | unique user_id | |
table_name | text | name of table being exported | unique to table |
attachment_name | text | name of export attachment | unique to table |
columns | jsonb | list of columns included in the export | unique to table |
recipients | jsonb | email of recipients of export | unique to table |
frequency | text | daily/weekly field | unique to table |
hour_of_the_day | integer | hour of the day the export is sent | unique to table |
last_processed_at | timestamp | last date and time the export was sent | unique to table |
created_at | timestamp | date and time the export was created | unique to table |
updated_at | timestamp | date and time the export was last updated | unique to table |