Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| StatusLevelID | int identity | 4 | √ | null |
|
|
Primary key - Unique identifier for each status-level association |
||||
| fkStatusID | int | 4 | √ | null |
|
|
Status reference - Links to Statuses table for the status definition |
||||
| fkLevelID | int | 4 | √ | null |
|
|
Level reference - Links to AppLevels table for the application level that uses this status |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PK_StatusInLevel | Primary key | Asc | StatusLevelID |
