app_notification_delivery_log

0 rows


Description

A table to store the notification delivery logs which is used in centralized notification reporting.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id bigserial 19 nextval('app_notification_delivery_log_id_seq'::regclass)
notification_log_id int8 19 null
app_notification_log.id Defined in XMLR
delivery_channel varchar 255 null
address varchar 255 null
time_created int8 19 0
has_error int2 5 0

Indexes

Constraint Name Type Sort Column(s)
app_notidelilog_id_pk Primary key Asc id
app_notidelilog_del_ix Performance Asc delivery_channel
app_notidelilog_has_ix Performance Asc has_error
app_notidelilog_not_ix Performance Asc notification_log_id
app_notidelilog_tim_ix Performance Asc time_created

Relationships