Table that stores user events, recording the type of event, the user involved, and the date of creation
Data model

Fields
| Field |
Type |
Description |
| application_module |
NVARCHAR (100) |
Application module in which the event occurred, example specialist-editcase, specialist-createcase |
| created_date* |
DATETIME |
Date and time the event was registered |
| data* |
NVARCHAR (MAX) |
Additional information about the event in JSON or text format |
| event_type* |
INT |
Type of event logged. Example: IA_CASE_SUMMARY, TEAMS_BUTTON |
| id* |
INT |
Registry ID |
| user_id* |
INT |
User ID associated with the event |
Primary Key