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