Added missing values
This commit is contained in:
parent
7a987d92c4
commit
d6f30a8e67
7 changed files with 32 additions and 5 deletions
|
|
@ -33,9 +33,12 @@ select
|
|||
eav.property_manager_name as property_manager_name,
|
||||
eav.property_manager_email as property_manager_email,
|
||||
eav.listing_name as listing_name,
|
||||
eav.listing_address as listing_address,
|
||||
eav.listing_town as listing_town,
|
||||
eav.listing_country as listing_country,
|
||||
eav.listing_postcode as listing_postcode,
|
||||
eav.level_of_protection_amount as level_of_protection_amount,
|
||||
eav.level_of_protection_currency as level_of_protection_currency,
|
||||
eav.pets_allowed as pets_allowed,
|
||||
eav.status_updated_at_utc as status_updated_at_utc,
|
||||
eav.status_updated_date_utc as status_updated_date_utc,
|
||||
|
|
|
|||
|
|
@ -57,7 +57,7 @@ models:
|
|||
|
||||
- name: nightly_fee_local
|
||||
data_type: double precision
|
||||
description: "fee charged per night"
|
||||
description: "fee in local currency charged per night"
|
||||
|
||||
- name: number_nights
|
||||
data_type: integer
|
||||
|
|
@ -65,7 +65,7 @@ models:
|
|||
|
||||
- name: total_fee_local
|
||||
data_type: double precision
|
||||
description: "total fee for the booking"
|
||||
description: "total fee in local currency for the booking"
|
||||
|
||||
- name: email_flag
|
||||
data_type: text
|
||||
|
|
@ -147,6 +147,10 @@ models:
|
|||
data_type: text
|
||||
description: ""
|
||||
|
||||
- name: listing_address
|
||||
data_type: text
|
||||
description: ""
|
||||
|
||||
- name: listing_town
|
||||
data_type: text
|
||||
description: ""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue