user_events
Historical user events.
Primary key: pk_user_events(user_event_id)
|
Column name |
Data type |
Description |
|
user_event_id |
identity |
The ID of the event |
|
server |
varchar(255) |
The Server where the event occurred |
|
username |
varchar(255) |
The user recording the event |
|
IP |
varchar(255) |
IP address of the user that caused the event |
|
time_stamp |
timestamp not null |
When the event occurred |
|
handler |
varchar(255) |
The Internal handler class that recorded the event |
|
event |
text |
A description of the event |