Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
customer_appointment_id | int8 | 19 | null |
|
|
The primary key of this table. System column calculated by the source System. |
|||||
organization_unit_id | int8 | 19 | null |
|
|
The studio where the appointment takes place. |
|||||
appointment_id | int8 | 19 | null |
|
|
The unique appointment in the calendar. With useful information about it, eg. its |
|||||
customer_id | int8 | 19 | null |
|
|
The customer who is trained at in this appointment. |
|||||
service_id | int8 | 19 | √ | null |
|
|
The pre-defined service this appointment is about e.g class, single appointment with a trainer, trial session, or null if no service was assigned. |
||||
start_date | date | 13 | null |
|
|
The date when the appointment starts. |
|||||
end_date | date | 13 | null |
|
|
The date when the appointment ends. |
|||||
start_date_time | timestamp | 29,6 | null |
|
|
The local timestamp at which the appointment starts. |
|||||
end_date_time | timestamp | 29,6 | null |
|
|
The local timestamp at which the appointment ends. |
|||||
booking_status | varchar | 256 | null |
|
|
The stage of the booking
|
|||||
participant_status | varchar | 256 | null |
|
|
The reported status of the customers physical presence
|
|||||
booking_source | varchar | 256 | null |
|
|
Through which system this appointment was booked.
|
|||||
contingent_type | varchar | 256 | null |
|
|
What type of contingent was used to book this appointment. Is |
|||||
inclusive_contingent_id | int8 | 19 | √ | null |
|
|
The inclusive contingent which was used for booking.If NULL inclusive contingent was not used to book the appointment. |
||||
purchased_contingent_id | int8 | 19 | √ | null |
|
|
The purchased contingent which was used for booking. If NULL purchased contingent was not used to book the appointment. |
||||
last_updated | timestamptz | 35 | √ | null |
|
|
System column. UTC Timestamp at which entry was calculated (lags behind source system). |