Contains the relationship between configuration item (CI) and a case
Data model
Fields
| Field | Type | Description |
|---|---|---|
| author_id | INT | Identifier of the user who created the relationship |
| ci_id* | INT | Related Configuration Item ID |
| created_date | DATETIME | Date the relationship was created |
| item_id* | INT | Related Case Identifier |
| relation_type_id* | INT | Relationship type identifier |
Primary Key
| PK_ASDK_ITEM_CI |
|---|
| item_id, ci_id, relation_type_id |
References
| Column | Referenced Table | Referenced column | Name |
|---|---|---|---|
| ci_id* | dbo.CMDB_CI | id | FK02_ASDK_ITEM_CI |
| item_id* | dbo.ASDK_ITEM | id | FK01_ASDK_ITEM_CI |
| relation_type_id* | dbo.ASMS_RELATION_TYPE | id | FK03_ASDK_ITEM_CI |