okr_labels_nodes

0 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id bigserial 19 nextval('okr.okr_labels_nodes_id_seq'::regclass)
organization_id int8 19 null
organizations.id fk_okr_labels_notes_organizationsC
okr_node_id int8 19 null
okr_nodes.id fk_okr_labels_notes_okr_nodesC
okr_label_id int8 19 null
okr_labels.id fk_okr_labels_notes_okr_labelsC
created_at timestamptz 35,6 null
updated_at timestamptz 35,6 null

Indexes

Constraint Name Type Sort Column(s)
okr_labels_nodes_pkey Primary key Asc id
idx_okr_labels_notes_on_okr_label_id Performance Asc okr_label_id
idx_okr_labels_notes_on_okr_node_id Performance Asc okr_node_id
idx_okr_labels_notes_on_organization_id Performance Asc organization_id

Relationships