Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('organizations_ext_organizationinvitation_id_seq'::regclass) |
|
|
|||||
| guid | uuid | 2147483647 | null |
|
|
||||||
| invitee_identifier | varchar | 1000 | null |
|
|
||||||
| invited_by_id | int4 | 10 | null |
|
|
||||||
| invitee_id | int4 | 10 | √ | null |
|
|
|||||
| organization_id | int4 | 10 | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| organizations_ext_organizationinvitation_pkey | Primary key | Asc | id |
| organizations_ext_organiza_organization_id_d6f74ca6 | Performance | Asc | organization_id |
| organizations_ext_organizationinvitation_invited_by_id_35eeb92a | Performance | Asc | invited_by_id |
| organizations_ext_organizationinvitation_invitee_id_9a400689 | Performance | Asc | invitee_id |