Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | 
|---|---|---|---|---|---|---|---|---|
| user_id | INT | 10 | 0 |  |  | |||
| item_id | INT | 10 | 0 |  |  | |||
| type | CHAR | 4 |  |  | ||||
| title | CHAR | 70 | √ | null |  |  | ||
| insert_time | DATETIME | 19 | √ | null |  |  | ||
| parent | INT | 10 | 0 |  |  | |||
| order_nr | INT | 10 | 0 |  |  | 
Indexes
| Constraint Name | Type | Sort | Column(s) | 
|---|---|---|---|
| PRIMARY | Primary key | Asc/Asc/Asc | user_id + item_id + type | 
| it_idx | Performance | Asc/Asc | item_id + type | 
Diagram producer might be missing
No diagrams were produced please see application output for any errors