Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
|---|---|---|---|---|---|---|---|---|---|---|
| id | bigserial | 19 | √ | nextval('okr.personal_note_users_id_seq'::regclass) |
|
|
||||
| personal_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 |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| personal_note_users_pkey | Primary key | Asc | id |
| idx_personal_note_users_on_organization_id | Performance | Asc | organization_id |
| idx_personal_note_users_on_personal_note_id | Performance | Asc | personal_note_id |
| idx_personal_note_users_on_user_id | Performance | Asc | user_id |