Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| ID | int identity | 4 | √ | null |
|
|
Primary key - Unique identifier for each notification history record |
|
| UserId | int | 4 | √ | null |
|
|
User reference - Links to the user who received the notification |
|
| Total | int | 4 | √ | null |
|
|
Notification count - Total number of notifications sent in this batch |
|
| EmailTime | datetime | 16,3 | √ | null |
|
|
Email timestamp - Date and time when the email notification was sent |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PK__AlertNot__3214EC275A057D42 | Primary key | Asc | ID |
