FAILED_COMPONENT
This table includes all components that have a setting out of conformance.
|
Field Name |
Data Type |
Description |
|---|---|---|
|
FAILED_COMPONENT_ID |
BIGINT |
The primary key. |
|
CI_ID |
BIGINT |
The foreign key back to ASSIGNED_CONFIGURATIONS.CI_ID. |
|
CONFIGURATION_ID |
BIGINT (not null) |
The foreign key back to ASSIGNED_CONFIGURATIONS.CONFIGURATION_ID. |
|
COMPONENT_TYPE |
VARCHAR(255) |
The type of the failed component. |
|
COMPONENT_NAME |
VARCHAR(255) |
The name of the failed component. |