Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
|---|---|---|---|---|---|---|---|---|---|---|
| id | bigserial | 19 | √ | nextval('okr.okr_node_slack_integrarion_channels_id_seq'::regclass) |
|
|
||||
| slack_channel | text | 2147483647 | null |
|
|
|||||
| okr_node_id | int8 | 19 | null |
|
|
|||||
| organization_id | int8 | 19 | null |
|
|
|||||
| created_at | timestamptz | 35,6 | null |
|
|
|||||
| updated_at | timestamptz | 35,6 | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| okr_node_slack_integrarion_channels_pkey | Primary key | Asc | id |
| idx_okr_node_slack_integrarion_channels_on_okr_node_id | Performance | Asc | okr_node_id |
| idx_okr_node_slack_integrarion_channels_on_organization_id | Performance | Asc | organization_id |
| idx_unique_okr_node_slack_integration_channels | Must be unique | Asc/Asc | slack_channel + okr_node_id |