Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| id | bigserial | 19 | √ | nextval('okr.checkin_summaries_id_seq'::regclass) |
|
|
||||||||
| organization_id | int8 | 19 | null |
|
|
|||||||||
| okr_node_id | int8 | 19 | null |
|
|
|||||||||
| description | text | 2147483647 | √ | null |
|
|
||||||||
| plain_text | text | 2147483647 | √ | null |
|
|
||||||||
| status | "okr"."checkin_summary_status" | 2147483647 | 'PREVIOUS'::okr.checkin_summary_status |
|
|
|||||||||
| start_date | timestamptz | 35,6 | null |
|
|
|||||||||
| end_date | timestamptz | 35,6 | null |
|
|
|||||||||
| changer_id | int8 | 19 | √ | null |
|
|
||||||||
| before_checkin_summary_id | int8 | 19 | √ | null |
|
|
||||||||
| created_at | timestamptz | 35,6 | null |
|
|
|||||||||
| updated_at | timestamptz | 35,6 | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| checkin_summaries_pkey | Primary key | Asc | id |
| idx_checkin_okr_summaries_on_before_id | Performance | Asc | before_checkin_summary_id |
| idx_checkin_summaries_on_okr_node_id | Performance | Asc | okr_node_id |
| idx_checkin_summaries_on_organization_id | Performance | Asc | organization_id |
| idx_checkin_summaries_on_user_id | Performance | Asc | changer_id |