Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| pkID | int identity | 4 | √ | null |
|
|
Custom data primary key - Unique identifier for each custom objective record |
|
| fkObjectiveID | int | 4 | null |
|
|
Objective reference - Links to Objectives table for the associated objective |
||
| DateCreated | datetime | 16,3 | √ | null |
|
|
Creation date - Date when this custom objective data was created |
|
| CreatedBy | int | 4 | √ | null |
|
|
Created by user - UserID of the person who created this custom data |
|
| DateUpdated | datetime | 16,3 | √ | null |
|
|
Last update date - Date when this custom data was last modified |
|
| UpdatedBy | int | 4 | √ | null |
|
|
Updated by user - UserID of the person who last updated this data |
|
| DeletedDate | datetime | 16,3 | √ | null |
|
|
Deletion date - Date when this custom data was soft deleted |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| ObjectivesCustom_pkID | Primary key | Asc | pkID |
