Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
|---|---|---|---|---|---|---|---|---|---|---|
| id | bigserial | 19 | √ | nextval('okr.objective_parent_key_results_id_seq'::regclass) |
|
|
||||
| objective_id | int8 | 19 | null |
|
|
|||||
| key_result_id | int8 | 19 | null |
|
|
|||||
| organization_id | int8 | 19 | null |
|
|
|||||
| created_at | timestamptz | 35,6 | null |
|
|
|||||
| updated_at | timestamptz | 35,6 | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| objective_parent_key_results_pkey | Primary key | Asc | id |
| idx_objective_parent_key_results_on_key_result_id | Performance | Asc | key_result_id |
| idx_objective_parent_key_results_on_objective_id | Performance | Asc | objective_id |
| idx_objective_parent_key_results_on_objective_id_and_key_result | Must be unique | Asc/Asc | objective_id + key_result_id |
| idx_objective_parent_key_results_on_organization_id | Performance | Asc | organization_id |