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_coh_ix | Performance | Asc | cohortid |
app_cohomsgqueu_cohact_ix | Performance | Asc/Asc | cohortid + action |
app_cohomsgqueu_mod_ix | Performance | Asc | modifierid |
app_cohomsgqueu_use_ix | Performance | Asc | userid |