dp_plan_component_relation table columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
---|---|---|---|---|---|---|---|---|
id | BIGINT | 19 | √ | null |
|
|
||
component1 | VARCHAR | 255 | √ | null |
|
|
The first component in the relation - first alphabetically |
|
itemid1 | BIGINT | 19 | null |
|
|
Identifier for the first component in the relation |
||
component2 | VARCHAR | 255 | √ | null |
|
|
The second component in the relation - second alphabetically |
|
itemid2 | BIGINT | 19 | null |
|
|
Identifies the second item in the relation |
||
mandatory | VARCHAR | 255 | √ | null |
|
|
Is this a manadatory relation |
Table contained -1 rows
dp_plan_component_relation table indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | id |