Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | 
|---|---|---|---|---|---|---|---|---|
| resource_id | VARCHAR | 32 |  |  | ||||
| root_id | VARCHAR | 32 |  |  | ||||
| parent_id | VARCHAR | 32 |  |  | ||||
| category_id | VARCHAR | 32 |  |  | ||||
| owner_id | VARCHAR | 32 |  |  | ||||
| institut_id | VARCHAR | 32 |  |  | ||||
| level | INT | 10 | √ | null |  |  | ||
| name | VARCHAR | 255 |  |  | ||||
| description | TEXT | 65535 | null |  |  | |||
| lockable | TINYINT | 3 | √ | null |  |  | ||
| multiple_assign | TINYINT | 3 | √ | null |  |  | ||
| requestable | TINYINT | 3 | 1 |  |  | |||
| mkdate | INT | 10 | 0 |  |  | |||
| chdate | INT | 10 | 0 |  |  | 
Indexes
| Constraint Name | Type | Sort | Column(s) | 
|---|---|---|---|
| PRIMARY | Primary key | Asc | resource_id | 
| category_id | Performance | Asc | category_id | 
| institut_id | Performance | Asc | institut_id | 
| owner_id | Performance | Asc | owner_id | 
| parent_id | Performance | Asc | parent_id | 
| root_id | Performance | Asc | root_id | 
Diagram producer might be missing
No diagrams were produced please see application output for any errors