cohort_role table columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | BIGINT | 19 | √ | null |
|
|
||||
cohortid | BIGINT | 19 | 0 |
|
|
|||||
roleid | BIGINT | 19 | 0 |
|
|
|||||
contextid | BIGINT | 19 | 0 |
|
|
|||||
timemodified | BIGINT | 19 | √ | null |
|
|
||||
timecreated | BIGINT | 19 | √ | null |
|
|
||||
usermodified | BIGINT | 19 | √ | null |
|
|
Table contained -1 rows
cohort_role table indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | id |
cohorole_coh_ix | Performance | Asc | cohortid |
cohorole_cohrolcon_uix | Must be unique | Asc/Asc/Asc | cohortid + roleid + contextid |
cohorole_rol_ix | Performance | Asc | roleid |
cohorole_use_ix | Performance | Asc | usermodified |