adding id_deal to api models
This commit is contained in:
parent
dd9bb8a11b
commit
5d3f2f6908
12 changed files with 57 additions and 1 deletions
|
|
@ -255,6 +255,7 @@ select
|
|||
vr.id_verification,
|
||||
vr.id_booking,
|
||||
vr.id_user_partner,
|
||||
vr.id_deal,
|
||||
vr.id_accommodation,
|
||||
vr.company_name,
|
||||
vr.is_protected,
|
||||
|
|
|
|||
|
|
@ -9,6 +9,7 @@ select
|
|||
vr.id_verification,
|
||||
vr.id_booking,
|
||||
vr.id_user_partner,
|
||||
spu.id_deal,
|
||||
vr.id_accommodation,
|
||||
spu.id_currency,
|
||||
spu.is_protected,
|
||||
|
|
|
|||
|
|
@ -31,6 +31,12 @@ models:
|
|||
data_tests:
|
||||
- not_null
|
||||
|
||||
- name: id_deal
|
||||
data_type: text
|
||||
description: Identifier for the deal associated with the booking.
|
||||
data_tests:
|
||||
- not_null
|
||||
|
||||
- name: id_accommodation
|
||||
data_type: text
|
||||
description: Identifier for the accommodation related to the booking.
|
||||
|
|
@ -374,6 +380,12 @@ models:
|
|||
data_tests:
|
||||
- not_null
|
||||
|
||||
- name: id_deal
|
||||
data_type: text
|
||||
description: Identifier for the deal associated with the booking.
|
||||
data_tests:
|
||||
- not_null
|
||||
|
||||
- name: id_accommodation
|
||||
data_type: text
|
||||
description: "Identifier for the accommodation related to the booking."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue