AppMessages


Description

Application messaging and notification content storing system messages, notifications, and communication templates used throughout the platform. These messages support multi-language content, dynamic personalization, and consistent communication across different application contexts and user interactions.

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

Relationships