Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
|---|---|---|---|---|---|---|---|---|---|---|
| id | bigserial | 19 | √ | nextval('okr.user_organizations_id_seq'::regclass) |
|
|
||||
| organization_id | int8 | 19 | null |
|
|
|||||
| user_id | int8 | 19 | null |
|
|
|||||
| created_at | timestamptz | 35,6 | null |
|
|
|||||
| updated_at | timestamptz | 35,6 | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| user_organizations_pkey | Primary key | Asc | id |
| idx_user_organizations_on_organization_id | Performance | Asc | organization_id |
| idx_user_organizations_on_user_id | Performance | Asc | user_id |
| idx_user_organizations_on_user_id_organization_id | Must be unique | Asc/Asc | user_id + organization_id |