Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| pkStatusInCatID | int identity | 4 | √ | null |
|
|
Primary key - Unique identifier for each status-category association |
||||
| fkActivityStatusID | int | 4 | √ | null |
|
|
Activity status reference - Links to ActivityStatus for the available status |
||||
| fkActivityCategoryID | int | 4 | √ | null |
|
|
Activity category reference - Links to ActivityCategory for the category that can use this status |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PK_ActivityStatusInCategory | Primary key | Asc | pkStatusInCatID |
