CommunityCorrespondenceRecipients


Columns

Column Type Size Nulls Auto Default Children Parents Comments
CommunityCorrespondenceRecipientsSeq int identity 4 null
CommunityCorrespondenceSeq int 4 null
ID int 4 null
Subject varchar 255 ('')
Content varchar 2147483647 ('')
PhoneNumber varchar 100 ('')
Email varchar 100 ('')
SentFlag bit 1 ((0))

Table contained -1 rows

Indexes

Constraint Name Type Sort Column(s)
PK_CommunityCorrespondenceRecipients Primary key Asc CommunityCorrespondenceRecipientsSeq
AK_CommunityCorrespondenceRecipients_CommunityCorrespondenceSeq Performance Asc CommunityCorrespondenceSeq
AK_CommunityCorrespondenceRecipients_CommunityCorrespondenceSeq_ID Performance Asc/Asc CommunityCorrespondenceSeq + ID
AK_CommunityCorrespondenceRecipients_Email Performance Asc Email
AK_CommunityCorrespondenceRecipients_ID Performance Asc ID