SystemAudit


Columns

Column Type Size Nulls Auto Default Children Parents Comments
Id int identity 4 null
SystemAreaId int 4 null
SystemAreas.Id FK_dbo.SystemAreaAudit_dbo.SystemAreas_SystemAreaIdC
RecordId int 4 null
ActionId int 4 null
AuditActions.Id FK_dbo.SystemAreaAudit_dbo.AuditActions_ActionIdC
DateOfAction datetime 16,3 (getdate())
UserId nvarchar 1073741823 null

Indexes

Constraint Name Type Sort Column(s)
PK_dbo.SystemAudit Primary key Asc Id
IX_ActionId Performance Asc ActionId
IX_SystemAreaId Performance Asc SystemAreaId

Relationships