app_cohort_msg_queue

0 rows


Description

A table to store cohort member join/delete notifications, to be sent at the next cron run.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id bigserial 19 nextval('app_cohort_msg_queue_id_seq'::regclass)
cohortid int8 19 null
userid int8 19 null
action varchar 255 ''::character varying
processed int8 19 0
timecreated int8 19 null
timemodified int8 19 null
modifierid int8 19 null

Indexes

Constraint Name Type Sort Column(s)
app_cohomsgqueu_id_pk Primary key Asc id
app_cohomsgqueu_cohact_ix Performance Asc/Asc cohortid + action

Diagram producer might be missing

No diagrams were produced please see application output for any errors