Contains the user cache information
Data model
Fields
| Field | Type | Description |
|---|---|---|
| date* | DATETIME | Date and time the log was saved |
| id* | INT | Unique user cache identifier |
| json_data* | VARCHAR (MAX) | Represents a json object that contains the user’s cache data |
| type_id* | INT | Record Type |
| user_id* | INT | User ID |
Primary Key
| PK_ASMS_USER_CACHE |
|---|
| id |
References
| Column | Referenced Table | Referenced column | Name |
|---|---|---|---|
| type_id* | dbo.ASMS_TYPES | id | FK01_ASMS_USER_CACHE |
| user_id* | dbo.AFW_USERS | user_id | FK02_ASMS_USER_CACHE |