AlertMessage


Description

Alert message content storing specific message content for alert configurations. This table manages the actual message text and content associated with alerts, enabling customizable alert messaging and multi-language support for alert notifications and displays.

Columns

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

Primary key - Unique identifier for each alert message

AlertReportConfigId int 4 null
AlertReportConfig.Id FK_AlertMessage_AlertReportConfig R

Alert report config reference - Links to AlertReportConfig for the associated alert configuration

AlertMessageContent nvarchar 200 null

Message content - The actual text content of the alert message

userIdReadString nvarchar 1073741823 null

User read tracking - Comma-separated string of UserIDs who have read this alert message

DateCreated datetime 16,3 null

Creation date - Date and time when the alert message was created

Indexes

Constraint Name Type Sort Column(s)
PK_AlertMessage Primary key Asc Id

Relationships