fct_visit_actions


Description

Information related to who visits have been updated by and when they’ve been updated. Updates relate to check ins, check outs, cancellations and aquits

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. Helper

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. Helper.

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. Helper.

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. Helper.

company_id int8
dim_companies.company_id Implied Constraint R

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

Relationships