Columns
| Column | Type | Children | Parents | Comments |
|---|---|---|---|---|
| id | int8 |
|
|
|
| visit_id | int8 |
|
|
|
| accuracy | float8 |
|
|
|
| recorded_at | timestamp |
|
|
|
| platform | varchar |
|
|
|
| reason | varchar |
|
|
|
| status | varchar |
|
|
|
| created_at | timestamp |
|
|
|
| company_id | int8 |
|
|
The owning tenant’s ID. @example 1. |
| recorded_at_in_company_tz | timestamp |
|
|
|
| created_at_in_company_tz | timestamp |
|
|
|
| company_timezone | varchar |
|
|
The company timezone. E.g. |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| edge_visit_helper_locations_pkey | Primary key | Asc | id |
| idx_edge_visit_helper_locations_company_id | Performance | Asc | company_id |
| idx_edge_visit_helper_locations_visit_id | Performance | Asc | visit_id |