AuditEvents
- Last UpdatedSep 16, 2022
- 1 minute read
This table stores information about the actions performed on the entity:
|
Field |
Description |
Allow Null |
Type |
|---|---|---|---|
|
Id |
ID of the Event. |
No |
Integer |
|
EventType |
Type of the Event. |
No |
Integer |
|
EntityType |
Type of the Event. |
No |
Integer |
|
EntityRootId |
Root ID of the Entity. |
No |
Integer |
|
EntityVersion |
Version of the Entity. |
No |
Integer |
|
EntityName |
Name of the Entity. |
No |
nvarchar(128) |
|
Author |
Author of the Entity. |
No |
nvarchar(128) |
|
PreviousState |
Previous state of the Entity. |
No |
Integer |
|
CurrentState |
Current state of the Entity. |
No |
Integer |
|
StateChangeComment |
Comment on state change. |
No |
nvarchar(256) |
|
AuditEventTime |
Date and time when the event occurred. |
No |
datetime |