Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
|---|---|---|---|---|---|---|---|---|---|---|
| id | bigserial | 19 | √ | nextval('okr.user_settings_id_seq'::regclass) |
|
|
||||
| show_disabled_okrs | bool | 1 | false |
|
|
|||||
| notify_okr_email_enabled | bool | 1 | true |
|
|
|||||
| language | "okr"."user_settings_language" | 2147483647 | 'JAPANESE'::okr.user_settings_language |
|
|
|||||
| user_id | int8 | 19 | null |
|
|
|||||
| created_at | timestamptz | 35,6 | null |
|
|
|||||
| updated_at | timestamptz | 35,6 | null |
|
|
|||||
| tenant_id | int8 | 19 | null |
|
|
|||||
| notify_bulk_update_enabled_on_slack | bool | 1 | true |
|
|
|||||
| minimum_visible_okr_node_level | int4 | 10 | 3 |
|
|
|||||
| slack_user_id | varchar | 255 | √ | null |
|
|
||||
| slack_user_channel_id | varchar | 255 | √ | null |
|
|
||||
| smart_hr_enabled | bool | 1 | false |
|
|
|||||
| notify_one_on_one_email_enabled | bool | 1 | true |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| user_settings_pkey | Primary key | Asc | id |
| idx_user_settings_on_tenant_id | Performance | Asc | tenant_id |
| idx_user_settings_on_user_id | Must be unique | Asc | user_id |