Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| ID | int identity | 4 | √ | null |
|
|
Primary key - Unique identifier for each message template, auto-incrementing integer |
|
| Name | nvarchar | 510 | null |
|
|
Message identifier - Unique name or key for the message used by applications to reference specific content (required field) |
||
| Content | nvarchar | 1073741823 | √ | null |
|
|
Message content - Rich text content of the message including HTML formatting, placeholders, and localization tokens |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PK_AppMessages | Primary key | Asc | ID |