Contains the information of the versions of relationships between two cases - DataWareHouse
Data model
Fields
| Field | Type | Description |
|---|---|---|
| author_id | INT | Identifier of the user who modified the relationship, references the AFW_USERS.user_id table |
| author_name | NVARCHAR (510) | Name of the user who modified the relationship |
| created_date* | DATETIME | Date on which the relationship was modified |
| 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 |
| source_id* | INT | Associated Parent Case Identifier |
| target_id* | INT | Associated Child Case Identifier |
Primary Key
| PK_ASDK_ITEM_RELATION_DW |
|---|
| source_id, target_id, relation_type_id, created_date |