Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
|---|---|---|---|---|---|---|---|---|---|---|
| id | bigserial | 19 | √ | nextval('okr.objective_events_id_seq'::regclass) |
|
|
||||
| objective_id | int8 | 19 | null |
|
|
|||||
| user_id | int8 | 19 | null |
|
|
|||||
| item | text | 2147483647 | null |
|
|
|||||
| before | text | 2147483647 | √ | null |
|
|
||||
| after | text | 2147483647 | √ | null |
|
|
||||
| created_at | timestamptz | 35,6 | null |
|
|
|||||
| updated_at | timestamptz | 35,6 | null |
|
|
|||||
| organization_id | int8 | 19 | null |
|
|
|||||
| before_record | jsonb | 2147483647 | √ | null |
|
|
||||
| screen | "okr"."objective_events_screen" | 2147483647 | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| objective_events_pkey | Primary key | Asc | id |
| idx_objective_events_on_created_at | Performance | Asc | created_at |
| idx_objective_events_on_item | Performance | Asc | item |
| idx_objective_events_on_objective_id | Performance | Asc | objective_id |
| idx_objective_events_on_user_id | Performance | Asc | user_id |