app_perform_notification

0 rows


Description

Represents a single notification setting

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id bigserial 19 nextval('app_perform_notification_id_seq'::regclass)
app_perform_notification_recipient.notification_id Defined in XMLR
activity_id int8 19 null
app_perform.id Defined in XMLR
class_key varchar 255 ''::character varying
active int2 5 0
triggers text 2147483647 null
last_run_at int8 19 null
created_at int8 19 null
updated_at int8 19 null

Indexes

Constraint Name Type Sort Column(s)
app_perfnoti_id_pk Primary key Asc id
app_perfnoti_act_ix Performance Asc activity_id
app_perfnoti_actcla_uix Must be unique Asc/Asc activity_id + class_key

Relationships