Contains the relationship between a closed article and a case
Data model
Fields
| Field | Type | Description |
|---|---|---|
| article_id* | INT | Related article ID, reference table ASS_ARTICLE.id |
| author_id | INT | Identifier of the user who closed the article, references the AFW_USERS.user_id table |
| created_date | DATETIME | Date on which the relationship was closed |
| item_id* | INT | Related case ID, reference table ASDK_ITEM.id |
| relation_type_id* | INT | Relationship type identifier, reference the RELATION_TYPE.id table |
Primary Key
| PK_ASDK_ITEM_ARTICLE_CLOSED |
|---|
| item_id, article_id, relation_type_id |