Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
NotificationCorrespondenceRecipientsSeq | int identity | 4 | √ | null |
|
|
||||
NotificationCorrespondenceSeq | int | 4 | null |
|
|
|||||
ID | int | 4 | null |
|
|
|||||
Subject | varchar | 255 | ('') |
|
|
|||||
Content | varchar | 2147483647 | ('') |
|
|
|||||
PhoneNumber | varchar | 15 | ('') |
|
|
|||||
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 |