config table columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | 
|---|---|---|---|---|---|---|---|---|
| id | BIGINT | 19 | √ | null |  |  | ||
| name | VARCHAR | 255 |  |  | ||||
| value | LONGTEXT | 2147483647 | null |  |  | 
Table contained -1 rows
config table indexes
| Constraint Name | Type | Sort | Column(s) | 
|---|---|---|---|
| PRIMARY | Primary key | Asc | id | 
| conf_nam_uix | Must be unique | Asc | name | 
