key_result_confidence_scores

0 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id bigserial 19 nextval('okr.key_result_confidence_scores_id_seq'::regclass)
key_result_id int8 19 null
key_results.id fk_key_result_confidence_scores_objectivesC
average float8 17,17 null
standard_deviation float8 17,17 null
organization_id int8 19 null
organizations.id fk_key_result_confidence_scores_organizationsC
created_at timestamptz 35,6 null

Indexes

Constraint Name Type Sort Column(s)
key_result_confidence_scores_pkey Primary key Asc id
idx_key_result_confidence_scores_on_created_at Performance Asc created_at
idx_key_result_confidence_scores_on_key_result_id Performance Asc key_result_id
idx_key_result_confidence_scores_on_organization_id Performance Asc organization_id

Relationships