Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
CommunicationCurrentSeq | int identity | 4 | √ | null |
|
|
||||
ID | int | 4 | ((0)) |
|
|
|||||
PrimaryOnlyFlag | bit | 1 | ((0)) |
|
|
|||||
CommunicationCode | varchar | 15 | ('') |
|
|
|||||
CommunicationCreatedDate | datetime | 16,3 | √ | (getdate()) |
|
|
||||
CommunicationBulkAddedFlag | bit | 1 | ((0)) |
|
|
|||||
CommunicationComment | varchar | 2147483647 | √ | null |
|
|
||||
NotifyMethod | varchar | 10 | ('') |
|
|
|||||
NotifyEmail | varchar | 100 | ('') |
|
|
|||||
NotifyDate | datetime | 16,3 | √ | null |
|
|
||||
NotifySystemProcessNumber | int | 4 | ((0)) |
|
|
|||||
NotifyMobilePhone | varchar | 15 | √ | null |
|
|
Table contained -1 rows
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PK_CommunityCommCurrSeq | Primary key | Asc | CommunicationCurrentSeq |
AK_CommunityComm_IDDate | Performance | Asc/Asc | ID + CommunicationCode |
AK_CommunityCommCurrCode | Performance | Asc | CommunicationCode |
AK_CommunityCommsCurr_ID | Performance | Asc | ID |
AK_CommunityCommunicationsCurrent_NotifyBatchNumber | Performance | Asc | NotifySystemProcessNumber |