Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| obGlID | int identity | 4 | √ | null |
|
|
Primary key - Unique identifier for each objective-goal relationship |
||||
| fkObjectiveID | int | 4 | √ | null |
|
|
Objective reference - Links to CustomConfig table for the objective configuration (foreign key to CustomConfig.configID) |
||||
| fkGoalID | int | 4 | √ | null |
|
|
Goal reference - Links to Goal table for the associated goal (foreign key to Goal.GoalID) |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PK__ObjectiveInGoal__4F0A30C6 | Primary key | Asc | obGlID |
