Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
user_id | int8 | 19 | null |
|
|
||||||
organization_id | int8 | 19 | null |
|
|
||||||
role_id | int4 | 10 | null |
|
|
||||||
created_time | timestamptz | 35,6 | null |
|
|
||||||
modified_time | timestamptz | 35,6 | null |
|
|
||||||
created_by | int8 | 19 | null |
|
|
||||||
modified_by | int8 | 19 | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
organization_users_pkey | Primary key | Asc/Asc | user_id + organization_id |
organization_users_contact_uk | Must be unique | Asc | organization_id |
organization_users_organization_id_idx | Performance | Asc | organization_id |