Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
|---|---|---|---|---|---|---|---|---|---|---|
| id | VARCHAR | 36 | null |
|
|
|||||
| field_id | VARCHAR | 36 | √ | null |
|
|
||||
| client_id | VARCHAR | 36 | √ | null |
|
|
||||
| offer_id | VARCHAR | 36 | √ | null |
|
|
||||
| value | VARCHAR | 255 | null |
|
|
|||||
| sort | INT | 10 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PRIMARY | Primary key | Asc | id |
| IDX_C2CBB30219EB6921 | Performance | Asc | client_id |
| IDX_C2CBB302443707B0 | Performance | Asc | field_id |
| IDX_C2CBB30253C674EE | Performance | Asc | offer_id |