Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | 
|---|---|---|---|---|---|---|---|---|
| container_id | INT UNSIGNED | 10 | √ | null |  |  | ||
| range_id | CHAR | 32 | √ | null |  |  | ||
| range_type | enum('course', 'institute', 'user', 'plugin', 'other') | 9 | course |  |  | |||
| scope | VARCHAR | 32 | default |  |  | |||
| parent_id | INT UNSIGNED | 10 | √ | null |  |  | ||
| mkdate | INT UNSIGNED | 10 | null |  |  | |||
| chdate | INT UNSIGNED | 10 | null |  |  | 
Indexes
| Constraint Name | Type | Sort | Column(s) | 
|---|---|---|---|
| PRIMARY | Primary key | Asc | container_id | 
| parent_id | Performance | Asc | parent_id | 
| range | Must be unique | Asc/Asc/Asc | range_id + range_type + scope | 
Diagram producer might be missing
No diagrams were produced please see application output for any errors