Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
|---|---|---|---|---|---|---|---|---|---|---|
| id | bigserial | 19 | √ | nextval('okr.key_result_problems_id_seq'::regclass) |
|
|
||||
| checkin_key_result_id | int8 | 19 | √ | null |
|
|
||||
| checkin_user_id | int8 | 19 | √ | null |
|
|
||||
| organization_id | int8 | 19 | null |
|
|
|||||
| plain_text | text | 2147483647 | √ | null |
|
|
||||
| created_at | timestamptz | 35,6 | null |
|
|
|||||
| updated_at | timestamptz | 35,6 | null |
|
|
|||||
| body | text | 2147483647 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| key_result_problems_pkey | Primary key | Asc | id |
| idx_key_result_problems_on_checkin_key_result_id | Performance | Asc | checkin_key_result_id |
| idx_key_result_problems_on_checkin_user_id | Performance | Asc | checkin_user_id |
| idx_key_result_problems_on_organization_id | Performance | Asc | organization_id |