Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
|---|---|---|---|---|---|---|---|---|---|---|
| id | int8 | 19 | √ | null |
|
|
||||
| varchar | 200 | √ | null |
|
|
|||||
| organisation_id | int8 | 19 | √ | null |
|
|
||||
| joined | bool | 1 | √ | null |
|
|
||||
| user_role_id | int8 | 19 | √ | null |
|
|
||||
| assigned_as | varchar | 50 | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| OrganisationInvites_pkey | Primary key | Asc | id |
| OrganisationInvites_organisation_id_b73b3468 | Performance | Asc | organisation_id |
| OrganisationInvites_user_role_id_21fb9ef3 | Performance | Asc | user_role_id |

