Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| pkAlertPriorityLevelID | int identity | 4 | √ | null |
|
|
Primary key - Unique identifier for each priority level |
|
| PriorityLevelName | varchar | 40 | √ | null |
|
|
Priority name - Descriptive name for the priority level (High, Medium, Low, Critical) |
|
| DisplayOrder | int | 4 | √ | null |
|
|
Display order - Numeric order for displaying priority levels in user interfaces |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| pk_AlertPriorityLevelID | Primary key | Asc | pkAlertPriorityLevelID |
