Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | INT | 10 | √ | null |
|
|
|||||
| categoryId | INT | 10 | null |
|
|
||||||
| subCategory1 | VARCHAR | 252 | √ | null |
|
|
|||||
| subCategory2 | VARCHAR | 41 | √ | null |
|
|
|||||
| sysProperty | VARCHAR | 41 | √ | null |
|
|
|||||
| userId | INT | 10 | null |
|
|
||||||
| userKey | VARCHAR | 41 | null |
|
|
||||||
| userValue | LONGTEXT | 2147483647 | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PRIMARY | Primary key | Asc | id |
| FKeg5k4jau96xpyd240s3jt9f3x | Performance | Asc | categoryId |
| UKcttwhjudnpvik2jcehuihiupo | Must be unique | Asc/Asc | userId + userKey |
| userPropertiesUserKeyIdx | Performance | Asc | userKey |