AlertNotificationHistory


Description

Alert notification delivery tracking maintaining a historical record of alert notifications sent to users, including delivery timestamps and notification counts. This audit trail supports notification management, delivery verification, and user communication analytics for the automated alert system.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
ID int identity 4 null

Primary key - Unique identifier for each notification history record, auto-incrementing integer

UserId int 4 null

Recipient user ID - Reference to the user who received the alert notification for delivery tracking

Total int 4 null

Notification count - Total number of notifications sent in this batch or session for volume tracking

EmailTime datetime 16,3 null

Delivery timestamp - When the email notification was sent for delivery confirmation and audit trail

Indexes

Constraint Name Type Sort Column(s)
PK__AlertNot__3214EC270AF29B96 Primary key Asc ID

Relationships