adding id_deal to api models
This commit is contained in:
parent
dd9bb8a11b
commit
5d3f2f6908
12 changed files with 57 additions and 1 deletions
|
|
@ -19,6 +19,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_reservation
|
||||
data_type: text
|
||||
description: Unique identifier for the reservation associated with the check-in.
|
||||
|
|
@ -211,6 +217,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: year
|
||||
data_type: integer
|
||||
description: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue