Contains the information of the Articles marked as favorites by a user
Data model
Fields
| Field | Type | Description |
|---|---|---|
| favo_article_id* | INT | Unique Item Identifier |
| favo_user_id* | INT | Unique user identifier |
Primary Key
| PK_ASS_FAVORITE |
|---|
| favo_user_id, favo_article_id |
References
| Column | Referenced Table | Referenced column | Name |
|---|---|---|---|
| favo_article_id* | dbo.ASS_ARTICLE_DW_LAST | id | FK02_ASS_FAVORITE |
| favo_user_id* | dbo.AFW_USERS | user_id | FK01_ASS_FAVORITE |