Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('organizations_ext_organizationowner_id_seq'::regclass) |
|
|
|||||
| organization_id | int4 | 10 | null |
|
|
||||||
| organization_user_id | int4 | 10 | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| organizations_ext_organizationowner_pkey | Primary key | Asc | id |
| organizations_ext_organizationowner_organization_id_key | Must be unique | Asc | organization_id |
| organizations_ext_organizationowner_organization_user_id_key | Must be unique | Asc | organization_user_id |