Add expected guest count on booking
Some checks failed
build-and-deploy / build-deploy (push) Failing after 27s
Some checks failed
build-and-deploy / build-deploy (push) Failing after 27s
This commit is contained in:
@@ -71,6 +71,9 @@ class Booking(
|
||||
@Column(name = "total_guest_count")
|
||||
var totalGuestCount: Int? = null,
|
||||
|
||||
@Column(name = "expected_guest_count")
|
||||
var expectedGuestCount: Int? = null,
|
||||
|
||||
var notes: String? = null,
|
||||
|
||||
@ManyToOne(fetch = FetchType.LAZY)
|
||||
|
||||
Reference in New Issue
Block a user