Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | uuid | 2147483647 | null |
|
|
service user’s action plan activity unique identifier |
||||
action_plan_id | uuid | 2147483647 | null |
|
|
service user’s action plan unique identifier |
||||
description | text | 2147483647 | null |
|
|
description of the activity |
||||
created_at | timestamptz | 35,6 | null |
|
|
when the service user’s action plan was created |
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
pk_action_plan_activity | Primary key | Asc | id |
idx_action_plan_id | Performance | Asc | action_plan_id |