finished schema
This commit is contained in:
parent
63a2eff6e2
commit
7f8e7489e4
1 changed files with 24 additions and 0 deletions
|
|
@ -336,6 +336,30 @@ models:
|
|||
data_type: text
|
||||
description: "Accommodation name."
|
||||
|
||||
- name: check_in_at_utc
|
||||
data_type: timestamp without time zone
|
||||
description: "Timestamp of the check-in date in UTC of the booking."
|
||||
data_tests:
|
||||
- not_null
|
||||
|
||||
- name: check_in_date_utc
|
||||
data_type: date
|
||||
description: "Date of the check-in date in UTC of the booking."
|
||||
data_tests:
|
||||
- not_null
|
||||
|
||||
- name: check_out_at_utc
|
||||
data_type: timestamp without time zone
|
||||
description: "Timestamp of the check-out date in UTC of the booking."
|
||||
data_tests:
|
||||
- not_null
|
||||
|
||||
- name: check_out_date_utc
|
||||
data_type: date
|
||||
description: "Date of the check-out date in UTC of the booking."
|
||||
data_tests:
|
||||
- not_null
|
||||
|
||||
- name: id_booking
|
||||
data_type: numeric
|
||||
description: "Superhog unique booking ID"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue