user_info_data table 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 |
|
|
Table contained -1 rows
user_info_data table indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PRIMARY | Primary key | Asc | id |
| userinfodata_fie_fk | Performance | Asc | fieldid |
| userinfodata_usefie_uix | Must be unique | Asc/Asc | userid + fieldid |
