ViewAuditRecords


Columns

Column Type Size Nulls Auto Default Children Parents Comments
Id int identity 4 null
RecordTypeId int 4 null
RecordTypes.Id FK_dbo.ViewAuditRecords_dbo.RecordTypes_RecordTypeIdR
RecordId int 4 null
UserId nvarchar 1073741823 null
ActionDateTime datetime 16,3 null
ReferralId int 4 null
Referrals.Id FK_dbo.ViewAuditRecords_dbo.Referrals_ReferralIdR

Indexes

Constraint Name Type Sort Column(s)
PK_dbo.ViewAuditRecords Primary key Asc Id
IX_RecordTypeId Performance Asc RecordTypeId
IX_ReferralId Performance Asc ReferralId

Relationships