ReferenceDataAudit


Columns

Column Type Size Nulls Auto Default Children Parents Comments
Id int identity 4 null
RecordType int 4 null
RecordId int 4 null
AuditAction int 4 null
ActionDate datetime 16,3 null
UserId nvarchar 256 null
AspNetUsers.Id FK_dbo.ReferenceDataAudit_dbo.AspNetUsers_UserIdR

Indexes

Constraint Name Type Sort Column(s)
PK_dbo.ReferenceDataAudit Primary key Asc Id
IX_UserId Performance Asc UserId

Relationships