key_result_problems

0 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id bigserial 19 nextval('okr.key_result_problems_id_seq'::regclass)
checkin_key_result_id int8 19 null
checkin_key_results.id fk_key_result_problems_checkin_key_resultsC
checkin_user_id int8 19 null
checkin_users.id fk_key_result_problems_checkin_usersC
organization_id int8 19 null
organizations.id fk_key_result_problems_organizationsC
plain_text text 2147483647 null
created_at timestamptz 35,6 null
updated_at timestamptz 35,6 null
body text 2147483647 null

Indexes

Constraint Name Type Sort Column(s)
key_result_problems_pkey Primary key Asc id
idx_key_result_problems_on_checkin_key_result_id Performance Asc checkin_key_result_id
idx_key_result_problems_on_checkin_user_id Performance Asc checkin_user_id
idx_key_result_problems_on_organization_id Performance Asc organization_id

Relationships