Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
NotificationCorrespondenceRecipientsReplySeq | int identity | 4 | √ | null |
|
|
||||
NotificationCorrespondenceRecipientsSeq | int | 4 | null |
|
|
|||||
ReceiptID | int | 4 | √ | null |
|
|
||||
FromNumber | varchar | 15 | ('') |
|
|
|||||
ReceivedDateTime | datetime | 16,3 | null |
|
|
|||||
Content | varchar | 2147483647 | ('') |
|
|
|||||
ProcessedDateTime | datetime | 16,3 | √ | null |
|
|
||||
SystemProcessNumber | int | 4 | √ | null |
|
|
||||
CreatedDateTime | datetime | 16,3 | √ | (getdate()) |
|
|
Table contained -1 rows
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PK_NotificationCorrespondenceRecipientsReply | Primary key | Asc | NotificationCorrespondenceRecipientsReplySeq |
AK_NotificationCorrespondenceRecipientsReply_ProcessedDateTime | Performance | Asc | ProcessedDateTime |
AK_NotificationCorrespondenceRecipientsReply_ReceivedDateTime | Performance | Asc | ReceivedDateTime |