Database – Scheduled Report Entity (scheduled_report_entity)
Holds information for scheduled reports.
Column | Data Type | Column Info | Value Notes | Other |
id | int(11) | The id of the entity | ||
report_name | varchar(255) | report name | ||
report_type | varchar(255) | report type | ||
report_entity_type | char(100) | associated report entity type | ||
next_execution_datetime | datetime | next execution date time | ||
last_execution_datetime | datetime | last execution date time | ||
recurrent | tinyint(1) | Whether or not is recurring | 1 - yes, 0 - no | |
frequency | char(100) | frequency | ||
output_format | char(32) | output format | ||
config_data | text | configuration data | ||
notify_users | text | users to notify | ||
trigger_uuid | text | trigger UUID | ||
trigger_key | text | trigger key | ||
created | timestamp | Timestamp of when the entity was created | ||
lastUpdated | timestamp | Timestamp of when the entity was last updated | ||
deleted | tinyint(1) | Whether or not the entity was deleted | 1 - yes, 0 - no |