add missing columns to model
This commit is contained in:
parent
c0f4a59aeb
commit
4cc456c3b0
1 changed files with 4 additions and 0 deletions
|
|
@ -30,9 +30,12 @@ with
|
|||
{{ adapter.quote("documents") }} ->> 'id' as id,
|
||||
{{ adapter.quote("documents") }} ->> 'BookingId' as id_booking,
|
||||
{{ adapter.quote("documents") }} ->> 'userId' as id_user,
|
||||
{{ adapter.quote("documents") }} ->> 'ListingId' as id_listing,
|
||||
|
||||
{{ adapter.quote("documents") }} ->> 'Version' as "version",
|
||||
|
||||
{{ adapter.quote("documents") }} ->> 'NightlyFee' as "nightly_fee_local",
|
||||
|
||||
{{ adapter.quote("documents") }} ->> 'Status' as verification_status,
|
||||
{{ adapter.quote("documents") }}
|
||||
->> 'StatusReason' as verification_status_reason,
|
||||
|
|
@ -56,6 +59,7 @@ with
|
|||
{{ adapter.quote("documents") }} ->> 'GuestFirstName' as guest_first_name,
|
||||
{{ adapter.quote("documents") }} ->> 'GuestTelephone' as guest_telephone,
|
||||
|
||||
{{ adapter.quote("documents") }} ->> 'CompanyName' as company_name,
|
||||
{{ adapter.quote("documents") }}
|
||||
->> 'PropertyManagerName' as property_manager_name,
|
||||
{{ adapter.quote("documents") }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue