Store DOB in guest age and return in booking detail
All checks were successful
build-and-deploy / build-deploy (push) Successful in 33s
All checks were successful
build-and-deploy / build-deploy (push) Successful in 33s
This commit is contained in:
@@ -29,6 +29,9 @@ class Guest(
|
||||
@Column(name = "address_text")
|
||||
var addressText: String? = null,
|
||||
|
||||
@Column(name = "age")
|
||||
var age: String? = null,
|
||||
|
||||
@Column(name = "signature_path")
|
||||
var signaturePath: String? = null,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user