Columns
Column | Type | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|
visit_id | int8 |
|
|
The unique visit id, i.e. 412. |
|||
check_in_actioned_at | timestamp |
|
|
When the visit was updated with the check in information (in UTC). E.g.: 2021-03-02 00:12:59.996101. |
|||
check_in_actioned_at_in_company_tz | timestamp |
|
|
When the visit was updated with the check in information (in UTC). E.g.: 2021-03-02 00:12:59.996101. |
|||
check_in_actioned_as | text |
|
|
Who the check in was actioned by. E.g. |
|||
check_out_actioned_at | timestamp |
|
|
When the visit was updated with the check out information (in UTC). E.g.: 2021-03-02 00:12:59.996101. |
|||
check_out_actioned_at_in_company_tz | timestamp |
|
|
When the visit was updated with the check out information (in the company timezone). E.g.: 2021-03-02 00:12:59.996101. |
|||
check_out_actioned_as | text |
|
|
Who the check out was actioned by. E.g. |
|||
cancel_actioned_at | timestamp |
|
|
When the visit was updated with the cancellation (in UTC). E.g.: 2021-03-02 00:12:59.996101. |
|||
cancel_actioned_at_in_company_tz | timestamp |
|
|
When the visit was updated with the cancellation (in the company timezone). E.g.: 2021-03-02 00:12:59.996101. |
|||
cancel_actioned_as | text |
|
|
Who the visit cancellation was actioned by. E.g. |
|||
aquitted_actioned_at | timestamp |
|
|
When the visit was updated with the aquittal (in UTC). E.g.: 2021-03-02 00:12:59.996101. |
|||
acquitted_actioned_at_in_company_tz | timestamp |
|
|
||||
acquitted_actioned_as | text |
|
|
Who the acquitted visit was actioned by. E.g. |
|||
company_id | int8 |
|
|
The company ID, e.g.: 345. |
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
fct_visit_actions_pkey | Primary key | Asc | visit_id |
fct_visit_actions_company_id_idx | Performance | Asc | company_id |