Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| id | bigserial | 19 | √ | nextval('okr.okr_nodes_id_seq'::regclass) |
|
|
||||||||||||||
| path | "okr"."ltree" | 2147483647 | null |
|
|
|||||||||||||||
| slack_incoming_webhook_url | text | 2147483647 | √ | null |
|
|
||||||||||||||
| slack_channel | text | 2147483647 | √ | null |
|
|
||||||||||||||
| slack_integration_enabled | bool | 1 | false |
|
|
|||||||||||||||
| chatwork_api_token | text | 2147483647 | √ | null |
|
|
||||||||||||||
| chatwork_room_id | text | 2147483647 | √ | null |
|
|
||||||||||||||
| chatwork_integration_enabled | bool | 1 | false |
|
|
|||||||||||||||
| teams_incoming_webhook_url | text | 2147483647 | √ | null |
|
|
||||||||||||||
| teams_integration_enabled | bool | 1 | false |
|
|
|||||||||||||||
| okr_term_id | int8 | 19 | null |
|
|
|||||||||||||||
| organization_id | int8 | 19 | null |
|
|
|||||||||||||||
| disabled_at | timestamptz | 35,6 | √ | null |
|
|
||||||||||||||
| created_at | timestamptz | 35,6 | null |
|
|
|||||||||||||||
| updated_at | timestamptz | 35,6 | null |
|
|
|||||||||||||||
| display_order | int4 | 10 | null |
|
|
|||||||||||||||
| path_text | text | 2147483647 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| okr_nodes_pkey | Primary key | Asc | id |
| idx_okr_nodes_on_display_order | Performance | Asc | display_order |
| idx_okr_nodes_on_okr_term_id | Performance | Asc | okr_term_id |
| idx_okr_nodes_on_organization_id | Performance | Asc | organization_id |
| idx_okr_nodes_on_path | Performance | Asc | path |