schedule

-1 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id serial 10 nextval('reporter.schedule_id_seq'::regclass)
report int4 10 null
report.id schedule_report_fkey R
folder int4 10 null
output_folder.id schedule_folder_fkey R
runner int4 10 null
usr.id schedule_runner_fkey R
run_time timestamptz 35,6 now()
start_time timestamptz 35,6 null
complete_time timestamptz 35,6 null
email text 2147483647 null
excel_format bool 1 true
html_format bool 1 true
csv_format bool 1 true
chart_pie bool 1 false
chart_bar bool 1 false
chart_line bool 1 false
error_code int4 10 null
error_text text 2147483647 null

Indexes

Constraint Name Type Sort Column(s)
schedule_pkey Primary key Asc id
rpt_sched_folder_idx Performance Asc folder
rpt_sched_recurrence_once_idx Must be unique Asc/Asc/Asc/Asc report + folder + runner + run_time
rpt_sched_runner_idx Performance Asc runner

Relationships