Contains version information about the relationship between a configuration item (CI) and a case - DataWareHouse
Data model
Fields
| Field | Type | Description |
|---|---|---|
| author_id | INT | Identifier of the user who created the relationship, references the table AFW_USERS.user_id |
| author_name | NVARCHAR (510) | Name of the user who modified the relationship |
| ci_id* | INT | Related configuration item ID, reference the REFERENCES table CMDB_CI.id |
| created_date* | DATETIME | Date the relationship was created |
| item_id* | INT | Related case ID, reference table ASDK_ITEM.id |
| relation_source_name | NVARCHAR (510) | Name of the source relationship |
| relation_target_name | NVARCHAR (510) | Name of the target relationship |
| relation_type_id* | INT | Relationship type identifier, reference the RELATION_TYPE.id table |
Primary Key
| PK_ASDK_ITEM_CI_DW |
|---|
| item_id, ci_id, relation_type_id, created_date |