Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| id | INT UNSIGNED | 10 | √ | null |
|
|
||
| preset_id | INT UNSIGNED | 10 | null |
|
|
|||
| ord | INT UNSIGNED | 10 | null |
|
|
|||
| uri | VARCHAR | 255 | null |
|
|
|||
| parent_id | INT UNSIGNED | 10 | √ | null |
|
|
||
| type | enum('none', 'button', 'custom-buttons', 'top', 'column', 'footer', 'indicator', 'left', 'right', 'section', 'shortcut', 'tab', 'tabs', 'quick-search', 'quick-search-option') | 19 | none |
|
|
|||
| title | VARCHAR | 255 | √ | null |
|
|
||
| description | VARCHAR | 255 | √ | null |
|
|
||
| enabled | enum('false', 'true') | 6 | true |
|
|
Table contained 0 rows
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PRIMARY | Primary key | Asc | id |