app_report_builder_schedule_email_external

0 rows


Description

Storing external emails to send in scheduled reports

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id bigserial 19 nextval('app_report_builder_schedule_email_external_id_seq'::regclass)
scheduleid int8 19 null
app_report_builder_schedule.id Defined in XMLR
email varchar 255 ''::character varying

Indexes

Constraint Name Type Sort Column(s)
app_repobuilscheemaiexte_id_pk Primary key Asc id
app_repobuilscheemaiexte_s_uix Must be unique Asc/Asc scheduleid + email
app_repobuilscheemaiexte_sc_ix Performance Asc scheduleid

Relationships