Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| config_id | VARCHAR | 32 |
|
|
||||
| parent_id | VARCHAR | 32 |
|
|
||||
| field | VARCHAR | 255 |
|
|
||||
| value | TEXT | 65535 | null |
|
|
|||
| is_default | TINYINT | 3 | 0 |
|
|
|||
| type | enum('boolean', 'integer', 'string', 'array') | 7 | boolean |
|
|
|||
| range | enum('global', 'user') | 6 | global |
|
|
|||
| section | VARCHAR | 255 |
|
|
||||
| position | INT | 10 | 0 |
|
|
|||
| mkdate | INT | 10 | 0 |
|
|
|||
| chdate | INT | 10 | 0 |
|
|
|||
| description | VARCHAR | 255 |
|
|
||||
| comment | TEXT | 65535 | null |
|
|
|||
| message_template | VARCHAR | 255 |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PRIMARY | Primary key | Asc | config_id |
| field | Performance | Asc/Asc | field + range |
| parent_id | Performance | Asc | parent_id |
Diagram producer might be missing
No diagrams were produced please see application output for any errors