Columns
| Column | Type | Children | Parents | Comments |
|---|---|---|---|---|
| id | int4 |
|
|
|
| name | varchar |
|
|
|
| community_id | int4 |
|
|
|
| staffer_id | int4 |
|
|
|
| position | int4 |
|
|
|
| title | varchar |
|
|
|
| is_public_role | bool |
|
|
|
| access_level | varchar |
|
|
|
| company_id | int8 |
|
|
The owning tenant’s ID. @example 1. |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| edge_community_roles_pkey | Primary key | Asc | id |
| edge_community_roles_community_id_idx | Performance | Asc | community_id |
| edge_community_roles_company_id_idx | Performance | Asc | company_id |
| edge_community_roles_staffer_id_idx | Performance | Asc | staffer_id |