Added missing values
This commit is contained in:
parent
7a987d92c4
commit
d6f30a8e67
7 changed files with 32 additions and 5 deletions
|
|
@ -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