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 |
|
|
|||||
| okr_node_id | int8 | 19 | null |
|
|
|||||
| okr_label_id | int8 | 19 | null |
|
|
|||||
| 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 |