app_notifiable_event_preference

0 rows


Description

A table stores the system’s configurations of notifiable events

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id bigserial 19 nextval('app_notifiable_event_preference_id_seq'::regclass)
resolver_class_name varchar 255 ''::character varying
context_id int8 19 null
app_context.id Defined in XMLR
component varchar 255 ''::character varying
area varchar 255 ''::character varying
item_id int8 19 0
enabled int8 19 null
default_delivery_channels varchar 255 null

Indexes

Constraint Name Type Sort Column(s)
app_notievenpref_id_pk Primary key Asc id
app_notievenpref_con_ix Performance Asc context_id
app_notievenpref_res_ix Performance Asc resolver_class_name

Relationships