ReviewContacts


Columns

Column Type Size Nulls Auto Default Children Parents Comments
Id int identity 4 null
ReviewId int 4 null
Reviews.Id FK_dbo.ReviewContacts_dbo.Reviews_ReviewIdC
ContactTypeId int 4 null
ReviewContactTypes.Id FK_dbo.ReviewContacts_dbo.ReviewContactTypes_ContactTypeIdR
TimeSpent int 4 null
OtherContactType nvarchar 1073741823 null
FailedContact bit 1 ((0))
ContactDate datetime 16,3 null

Indexes

Constraint Name Type Sort Column(s)
PK_dbo.ReviewContacts Primary key Asc Id
IX_ContactTypeId Performance Asc ContactTypeId
IX_ReviewId Performance Asc ReviewId

Relationships