Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| id | bigserial | 19 | √ | nextval('okr.notes_id_seq'::regclass) |
|
|
||||||||||||||
| title | text | 2147483647 | null |
|
|
|||||||||||||||
| body | text | 2147483647 | √ | null |
|
|
||||||||||||||
| user_id | int8 | 19 | null |
|
|
|||||||||||||||
| objective_id | int8 | 19 | √ | null |
|
|
||||||||||||||
| key_result_id | int8 | 19 | √ | null |
|
|
||||||||||||||
| organization_id | int8 | 19 | null |
|
|
|||||||||||||||
| created_at | timestamptz | 35,6 | null |
|
|
|||||||||||||||
| updated_at | timestamptz | 35,6 | null |
|
|
|||||||||||||||
| plain_text | text | 2147483647 | √ | null |
|
|
||||||||||||||
| permission | "okr"."notes_permission" | 2147483647 | 'PUBLIC'::okr.notes_permission |
|
|
|||||||||||||||
| last_updated_user_id | int8 | 19 | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| notes_pkey | Primary key | Asc | id |
| idx_notes_on_key_result_id | Performance | Asc | key_result_id |
| idx_notes_on_objective_id | Performance | Asc | objective_id |
| idx_notes_on_organization_id | Performance | Asc | organization_id |
| idx_notes_on_user_id | Performance | Asc | user_id |