Changes between Version 5 and Version 6 of RelationalSchema


Ignore:
Timestamp:
12/17/24 13:26:07 (4 weeks ago)
Author:
222077
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • RelationalSchema

    v5 v6  
    4545`LOCATION`(__**latitude**__, __**longitude**__, name)
    4646
    47 `TRIP_STOPS`(__***trip_id**__(`TRIP`), __***location**__)
     47`TRIP_STOPS`(__***trip_id**__(`TRIP`), __***location**__, time)
    4848
    4949`TICKET`(__**id**__, *trip_id(`TRIP`), *ticket_id(`TICKET`), *gets_on_loc (`LOCATION`), *gets_off_loc (`LOCATION`), *payment_id, *account_email, *review_id, date_purchased, time_purchased, price, seat, two_way)