app_notifiable_event_queue

0 rows


Description

Notification events which could trigger on-event notifications, to be sent by process_event_queue_task

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id bigserial 19 nextval('app_notifiable_event_queue_id_seq'::regclass)
resolver_class_name varchar 255 ''::character varying
event_data text 2147483647 null
context_id int8 19 null
app_context.id Defined in XML R
component varchar 255 ''::character varying
area varchar 255 ''::character varying
item_id int8 19 0
send_error text 2147483647 null
time_created int8 19 null

Indexes

Constraint Name Type Sort Column(s)
app_notievenqueu_id_pk Primary key Asc id
app_notievenqueu_con_ix Performance Asc context_id
app_notievenqueu_res_ix Performance Asc resolver_class_name

Relationships