mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-26 18:42:49 +00:00
Merge branch 'main' of https://github.com/Tria-plc/edr-platform into alpha
This commit is contained in:
@@ -580,7 +580,7 @@ model BookingSeat {
|
|||||||
bookingId String
|
bookingId String
|
||||||
seatId String
|
seatId String
|
||||||
leg Int @default(1) // 1=outbound/leg-1, 2=return/leg-2
|
leg Int @default(1) // 1=outbound/leg-1, 2=return/leg-2
|
||||||
scheduleId String // which schedule this seat belongs to
|
scheduleId String? // which schedule this seat belongs to
|
||||||
passengerName String
|
passengerName String
|
||||||
dateOfBirth DateTime?
|
dateOfBirth DateTime?
|
||||||
passengerCategory PassengerCategory @default(ADULT)
|
passengerCategory PassengerCategory @default(ADULT)
|
||||||
|
|||||||
Reference in New Issue
Block a user