NotificationCorrespondenceRecipients


Columns

Column Type Size Nulls Auto Default Children Parents Comments
NotificationCorrespondenceRecipientsSeq int identity 4 null
NotificationCorrespondenceRecipientsReply.NotificationCorrespondenceRecipientsSeq FK_NotificationCorrespondenceRecipientsReply_NotificationCorrespondenceRecipients R
NotificationCorrespondenceSeq int 4 null
NotificationCorrespondence.NotificationCorrespondenceSeq FK_NotificationCorrespondenceRecipients_NotificationCorrespondence R
ID int 4 null
Subject varchar 255 ('')
Content varchar 2147483647 ('')
PhoneNumber varchar 15 ('')
Email varchar 100 ('')
DBMailitemID int 4 null
SentFlag bit 1 ((0))
DeletedFlag bit 1 ((0))
CreatedDateTime datetime 16,3 (getdate())

Table contained -1 rows

Indexes

Constraint Name Type Sort Column(s)
PK_NotificationCorrespondenceRecipients Primary key Asc NotificationCorrespondenceRecipientsSeq
AK_NotificationCorrespondenceRecipients_ID Performance Asc ID
AK_NotificationCorrespondenceRecipients_NotificationCorrespondenceSeq Performance Asc NotificationCorrespondenceSeq

Relationships