Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | BIGINT | 19 | √ | null |
|
|
||||
userid | BIGINT | 19 | 0 |
|
|
id from the user table |
||||
fieldid | BIGINT | 19 | 0 |
|
|
id from the field table |
||||
data | LONGTEXT | 2147483647 | null |
|
|
Field data |
||||
dataformat | TINYINT | 3 | 0 |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | id |
userinfodata_usefie_uix | Must be unique | Asc/Asc | userid + fieldid |