Goal.target[]).
Primary Keys:
- goal_target_id
- goal_id - links to the goal table
| Column | Data Type | Description |
|---|---|---|
| goal_target_id | varchar | Unique identifier for the target |
| goal_id | varchar | Parent goal |
| duedate | datetime | Target due date |
| measure_text | varchar | Free-text measure for the target |
| detailquantity_value | varchar | Quantity detail value for the target |

