Contains the item display information per user
Data model
Fields
| Field | Type | Description |
|---|---|---|
| fl_date_hit_created* | DATETIME | Date the user viewed the item |
| fl_int_solution_id* | INT | Unique Item Identifier |
| fl_int_user_id* | INT | User Identifier |
Primary Key
| PK_ASS_HIT |
|---|
| fl_int_solution_id, fl_int_user_id, fl_date_hit_created |
References
| Column | Referenced Table | Referenced column | Name |
|---|---|---|---|
| fl_int_solution_id* | dbo.ASS_ARTICLE_DW_LAST | id | FK01_ASS_HIT |