Changes between Version 25 and Version 26 of RelationalSchema


Ignore:
Timestamp:
09/22/25 21:32:37 (18 hours ago)
Author:
221507
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • RelationalSchema

    v25 v26  
    3535`DRIVER_VEHICLE_OPERATION`(__***driver_id**__(`DRIVER`), __***vehicle_id**__(`VEHICLE`))
    3636
    37 `TRIP`(__**trid_id**__, __***transport_organizer_id**__(`TRANSPORT_ORGANIZER`), __***route_id**__(`ROUTE`), __***acoount_id**__(`DRIVER`), __***vehicle_id**__(`VEHICLE`)free_seats, date, status)
     37`TRIP`(__**trid_id**__, __***transport_organizer_id**__(`TRANSPORT_ORGANIZER`), __***route_id**__(`ROUTE`), __***account_id**__(`DRIVER`), __***vehicle_id**__(`VEHICLE`), free_seats, date, status)
    3838
    3939`DRIVES_ON`(__***driver_id**__(`DRIVER`), __***trip_id**__(`TRIP`))