Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
---|---|---|---|---|---|---|---|---|
NotificationLogSeq | int identity | 4 | √ | null |
|
|
||
EventsSeq | int | 4 | null |
|
|
|||
Text | varchar | 2147483647 | √ | null |
|
|
||
DateTime | datetime | 16,3 | √ | null |
|
|
||
NotificationType | varchar | 50 | null |
|
|
|||
NotificationMode | int | 4 | null |
|
|
|||
ID | int | 4 | √ | null |
|
|
||
Status | varchar | 2147483647 | √ | null |
|
|
||
Sent | int | 4 | √ | null |
|
|
||
Failed | int | 4 | √ | null |
|
|
Table contained -1 rows
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PK_NotificationLog | Primary key | Asc | NotificationLogSeq |
AK_NotificationLog_EventsSeq | Performance | Asc/Asc | EventsSeq + ID |