AlertNotificationHistory


Description

Alert notification history tracking the delivery and timing of alert notifications sent to users. This audit table maintains records of notification events including recipient information, notification counts, and delivery timestamps for monitoring alert system performance and user engagement.

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

Relationships