Added date of birth and kept age
This commit is contained in:
parent
5867b53e55
commit
35e4735720
2 changed files with 10 additions and 5 deletions
|
|
@ -957,11 +957,11 @@ models:
|
|||
- not_null
|
||||
- unique
|
||||
|
||||
- name: guestsuperhoguserid
|
||||
- name: id_user_guest
|
||||
data_type: character varying
|
||||
description: Unique id value for the guest
|
||||
|
||||
- name: guestemailaddress
|
||||
- name: guest_email
|
||||
data_type: character varying
|
||||
description: Guest email
|
||||
|
||||
|
|
@ -990,15 +990,19 @@ models:
|
|||
description:
|
||||
Date and time of last update of response
|
||||
|
||||
- name: selectedpaymentoption
|
||||
- name: selected_payment_option
|
||||
data_type: character varying
|
||||
description: ""
|
||||
|
||||
- name: ageofguest
|
||||
- name: date_of_birth
|
||||
data_type: numeric
|
||||
description: ""
|
||||
|
||||
- name: checkincover
|
||||
- name: age_of_guest
|
||||
data_type: numeric
|
||||
description: ""
|
||||
|
||||
- name: check_in_cover
|
||||
data_type: boolean
|
||||
description: ""
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue