Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
processing_attribute_item_id | INT | 10 | √ | null |
|
|
primary key |
||||
processing_attribute_id | INT | 10 | null |
|
|
link with preservation_processing_attributes |
|||||
train_item_id | INT | 10 | null |
|
|
link with preservation_trains_items |
|||||
value | VARCHAR | 255 | √ | null |
|
|
value for this attribute |
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | processing_attribute_item_id |
preservation_processing_attributes_items_ibfk_1 | Performance | Asc | processing_attribute_id |
preservation_processing_attributes_items_ibfk_2 | Performance | Asc | train_item_id |