Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
|---|---|---|---|---|---|---|---|---|---|---|
| id | bigserial | 19 | √ | nextval('okr.action_plans_id_seq'::regclass) |
|
|
||||
| organization_id | int8 | 19 | null |
|
|
|||||
| title | text | 2147483647 | null |
|
|
|||||
| body | text | 2147483647 | √ | null |
|
|
||||
| plain_text | text | 2147483647 | √ | null |
|
|
||||
| owner_id | int8 | 19 | null |
|
|
|||||
| key_result_id | int8 | 19 | null |
|
|
|||||
| update_type | "okr"."action_plan_update_type" | 2147483647 | 'AUTOMATE'::okr.action_plan_update_type |
|
|
|||||
| progress_rate | int4 | 10 | null |
|
|
|||||
| target_value | float8 | 17,17 | √ | null |
|
|
||||
| actual_value | float8 | 17,17 | √ | null |
|
|
||||
| unit | varchar | 255 | √ | null |
|
|
||||
| display_order | int4 | 10 | 0 |
|
|
|||||
| created_at | timestamptz | 35,6 | null |
|
|
|||||
| updated_at | timestamptz | 35,6 | null |
|
|
|||||
| status | "okr"."action_plan_status" | 2147483647 | 'NOT_STARTED'::okr.action_plan_status |
|
|
|||||
| due_date | timestamptz | 35,6 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| action_plans_pkey | Primary key | Asc | id |
| idx_action_plans_on_key_result_id | Performance | Asc | key_result_id |
| idx_action_plans_on_organization_id | Performance | Asc | organization_id |
| idx_action_plans_on_owner_id | Performance | Asc | owner_id |