objective_parent_key_results

0 rows


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
objectives.id fk_objective_parent_key_results_objectivesC
key_result_id int8 19 null
key_results.id fk_objective_parent_key_results_key_resultsC
organization_id int8 19 null
organizations.id fk_objective_parent_key_results_organizationsC
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

Relationships