Columns
| Column | Type | Children | Parents | Comments |
|---|---|---|---|---|
| id | int4 |
|
|
|
| membership_id | int4 |
|
|
|
| created_at | timestamp |
|
|
|
| updated_at | timestamp |
|
|
|
| profile_id | int4 |
|
|
|
| type | varchar |
|
|
|
| company_id | int8 |
|
|
The owning tenant’s ID. @example 1. |
| created_at_in_company_tz | timestamp |
|
|
|
| updated_at_in_company_tz | timestamp |
|
|
|
| company_timezone | varchar |
|
|
The company timezone. E.g. |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| edge_members_pkey | Primary key | Asc | id |
| idx_edge_members_company_id | Performance | Asc | company_id |
| idx_edge_members_membership_id | Performance | Asc | membership_id |
| idx_edge_members_profile_id | Performance | Asc | profile_id |