Added missing values

This commit is contained in:
Joaquin Ossa 2024-12-03 10:37:05 +01:00
parent 7a987d92c4
commit d6f30a8e67
7 changed files with 32 additions and 5 deletions

View file

@ -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: ""