Comment per @sl0wik:
For some reason booking_status is commented - it should be implemented.
Booking status for now can be pending , canceled, confirmed
Let's use the tipoff/statuses package for this and just extend it with these Booking related ones in a migration.
Comment per @sl0wik:
For some reason booking_status is commented - it should be implemented.
Booking status for now can be
pending,canceled,confirmedLet's use the tipoff/statuses package for this and just extend it with these Booking related ones in a migration.