app_notification_scheduled_event_queue

-1 rows


Description

Notification events which need to be processed and sent immediately

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id bigserial 19 nextval('app_notification_scheduled_event_queue_id_seq'::regclass)
hash int8 19 null
resolver_class_name varchar 255 ''::character varying
resolver_uses_on_event_queue int2 5 null
event_data text 2147483647 null
current_window_min_time int8 19 null
current_window_max_time int8 19 null
specific_offset int8 19 null
time_created int8 19 null
processing_started int2 5 0

Indexes

Constraint Name Type Sort Column(s)
app_notischeevenqueu_id_pk Primary key Asc id
app_notischeevenqueu_has_ix Performance Asc hash
app_notischeevenqueu_res_ix Performance Asc resolver_class_name
app_notischeevenqueu_spe_ix Performance Asc specific_offset

Relationships