Added company_name
This commit is contained in:
parent
ae410b4dc5
commit
b3739ec953
3 changed files with 9 additions and 0 deletions
|
|
@ -256,6 +256,7 @@ select
|
|||
vr.id_booking,
|
||||
vr.id_user_partner,
|
||||
vr.id_accommodation,
|
||||
vr.company_name,
|
||||
vr.is_protected,
|
||||
vr.protection_type,
|
||||
vr.protection_basic_amount_in_local_currency,
|
||||
|
|
|
|||
|
|
@ -378,6 +378,10 @@ models:
|
|||
data_type: text
|
||||
description: "Identifier for the accommodation related to the booking."
|
||||
|
||||
- name: company_name
|
||||
data_type: text
|
||||
description: Name of the company associated with the booking.
|
||||
|
||||
- name: is_protected
|
||||
data_type: boolean
|
||||
description: "Indicates if the booking is protected or not."
|
||||
|
|
|
|||
|
|
@ -281,6 +281,10 @@ models:
|
|||
data_type: text
|
||||
description: "Identifier for the accommodation related to the booking."
|
||||
|
||||
- name: company_name
|
||||
data_type: text
|
||||
description: Name of the company associated with the booking.
|
||||
|
||||
- name: is_protected
|
||||
data_type: boolean
|
||||
description: "Indicates if the booking is protected or not."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue