okr_labels

0 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id bigserial 19 nextval('okr.okr_labels_id_seq'::regclass)
okr_labels_nodes.okr_label_id fk_okr_labels_notes_okr_labelsC
organization_id int8 19 null
organizations.id fk_okr_labels_organizationsC
okr_term_id int8 19 null
okr_terms.id fk_okr_labels_okr_termsC
name text 2147483647 null
color varchar 255 null
created_at timestamptz 35,6 null
updated_at timestamptz 35,6 null

Indexes

Constraint Name Type Sort Column(s)
okr_labels_pkey Primary key Asc id
idx_okr_labels_on_okr_term_id Performance Asc okr_term_id
idx_okr_labels_on_organization_id Performance Asc organization_id

Relationships