Columns
| Column | Type | Children | Parents | Comments |
|---|---|---|---|---|
| id | int8 |
|
|
|
| referral_id | int8 |
|
|
|
| created_at | timestamp |
|
|
|
| updated_at | timestamp |
|
|
|
| expired_at | timestamp |
|
|
|
| revoked_at | timestamp |
|
|
|
| helper_id | int8 |
|
|
|
| company_id | int8 |
|
|
|
| created_at_in_company_tz | timestamp |
|
|
|
| updated_at_in_company_tz | timestamp |
|
|
|
| expired_at_in_company_tz | timestamp |
|
|
|
| revoked_at_in_company_tz | timestamp |
|
|
|
| company_timezone | varchar |
|
|
The company timezone. E.g. |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| edge_referral_invitations_pkey | Primary key | Asc | id |
| idx_edge_referral_invitations_company_id | Performance | Asc | company_id |
| idx_edge_referral_invitations_helper_id | Performance | Asc | helper_id |
| idx_edge_referral_invitations_referral_id | Performance | Asc | referral_id |