Contains information on the versions of Knowledge Base articles
Data model
Fields
| Field | Type | Description |
|---|---|---|
| content | NVARCHAR (MAX) | Current Article Content |
| created_date | DATETIME | Article creation date |
| description | NVARCHAR (510) | Article Overview |
| id* | INT | Unique Item Identifier |
| identifier | NVARCHAR (510) | Alphanumeric code identifying the item |
| is_public* | BIT | Identify whether or not the item is public to the customer (0 = not public, 1 = public) |
| keyword | NVARCHAR (510) | List of keywords related to the article |
| title* | NVARCHAR (510) | Article Title |
| url | NVARCHAR (2000) | If the source of the article is external, it represents the url where the article is hosted |
| version* | INT | Identifier of the current version of the article |
Primary Key
| PK_ASS_ARTICLE_VERSION |
|---|
| id, version |
References
| Column | Referenced Table | Referenced column | Name |
|---|---|---|---|
| id* | dbo.ASS_ARTICLE | id | FK01_ASS_ARTICLE_VERSION |