Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
id | bigserial | 19 | √ | nextval('app_cohort_members_id_seq'::regclass) |
|
|
|||||
cohortid | int8 | 19 | 0 |
|
|
||||||
userid | int8 | 19 | 0 |
|
|
||||||
timeadded | int8 | 19 | 0 |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
app_cohomemb_id_pk | Primary key | Asc | id |
app_cohomemb_coh_ix | Performance | Asc | cohortid |
app_cohomemb_cohuse_uix | Must be unique | Asc/Asc | cohortid + userid |
app_cohomemb_use_ix | Performance | Asc | userid |