Please help me how to create scheduler for I have to correspond each one of the vehicle to 2 rows: reservation and itinerary, which both of them must not be to the same time
following the detail:
table 1: vehicle
vehicle_id
vehicle
capacity
status
table 2: reservation:
reservation_id
start
end
status
vehicle_id
table 2:
itinerary_id
datej
pickup
drop
task
vehicle_id