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 |
|
|
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 |
