Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| id | bigserial | 19 | √ | nextval('okr.objectives_id_seq'::regclass) |
|
|
||||||||||||||||||
| name | text | 2147483647 | null |
|
|
|||||||||||||||||||
| description | text | 2147483647 | √ | null |
|
|
||||||||||||||||||
| progress_rate | int4 | 10 | √ | null |
|
|
||||||||||||||||||
| result | text | 2147483647 | √ | null |
|
|
||||||||||||||||||
| okr_node_id | int8 | 19 | null |
|
|
|||||||||||||||||||
| organization_id | int8 | 19 | null |
|
|
|||||||||||||||||||
| disabled_at | timestamptz | 35,6 | √ | null |
|
|
||||||||||||||||||
| created_at | timestamptz | 35,6 | null |
|
|
|||||||||||||||||||
| updated_at | timestamptz | 35,6 | null |
|
|
|||||||||||||||||||
| plain_text | text | 2147483647 | √ | null |
|
|
||||||||||||||||||
| use_weighting | bool | 1 | false |
|
|
|||||||||||||||||||
| is_description_changed | bool | 1 | √ | null |
|
|
||||||||||||||||||
| progress_rate_updated_at | timestamptz | 35,6 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| objectives_pkey | Primary key | Asc | id |
| idx_objectives_on_disabled_at | Performance | Asc | disabled_at |
| idx_objectives_on_okr_node_id | Must be unique | Asc | okr_node_id |
| idx_objectives_on_organization_id | Performance | Asc | organization_id |