key_result_others

0 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id bigserial 19 nextval('okr.key_result_others_id_seq'::regclass)
checkin_key_result_id int8 19 null
checkin_key_results.id fk_key_result_others_checkin_key_resultsC
checkin_user_id int8 19 null
checkin_users.id fk_key_result_others_checkin_usersC
organization_id int8 19 null
organizations.id fk_key_result_others_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_others_pkey Primary key Asc id
idx_key_result_others_on_checkin_key_result_id Performance Asc checkin_key_result_id
idx_key_result_others_on_checkin_user_id Performance Asc checkin_user_id
idx_key_result_others_on_organization_id Performance Asc organization_id

Relationships