Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| id | bigserial | 19 | √ | nextval('okr.note_comments_id_seq'::regclass) |
|
|
||||||
| body | text | 2147483647 | null |
|
|
|||||||
| note_id | int8 | 19 | null |
|
|
|||||||
| user_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 |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| note_comments_pkey | Primary key | Asc | id |
| idx_note_comments_on_note_id | Performance | Asc | note_id |
| idx_note_comments_on_organization_id | Performance | Asc | organization_id |
| idx_note_comments_on_user_id | Performance | Asc | user_id |