note_labels_notes

0 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id bigserial 19 nextval('okr.note_labels_notes_id_seq'::regclass)
note_id int8 19 null
notes.id fk_note_labels_notes_notesC
note_label_id int8 19 null
note_labels.id fk_note_labels_notes_note_labelsC
organization_id int8 19 null
organizations.id fk_note_labels_notes_organizationsC
created_at timestamptz 35,6 null
updated_at timestamptz 35,6 null

Indexes

Constraint Name Type Sort Column(s)
note_labels_notes_pkey Primary key Asc id
idx_note_labels_notes_on_note_id Performance Asc note_id
idx_note_labels_notes_on_note_label_id Performance Asc note_label_id
idx_note_labels_notes_on_organization_id Performance Asc organization_id

Relationships