Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
|---|---|---|---|---|---|---|---|---|---|---|
| id | INT | 10 | √ | null |
|
|
primary key identifier |
|||
| field_id | INT | 10 | null |
|
|
foreign key references additional_fields(id) |
||||
| record_id | INT | 10 | null |
|
|
record_id |
||||
| value | VARCHAR | 255 |
|
|
value for this field |
Table contained 0 rows
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PRIMARY | Primary key | Asc | id |
| field_record | Must be unique | Asc/Asc | field_id + record_id |


