Changes between Version 9 and Version 10 of RelationalSchema


Ignore:
Timestamp:
12/18/24 00:45:19 (4 weeks ago)
Author:
222077
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • RelationalSchema

    v9 v10  
    4747`TRIP_STOPS`(__***trip_id**__(`TRIP`), __***location**__, time)
    4848
    49 `TICKET`(__**id**__, *trip_id(`TRIP`), *gets_on_loc (`LOCATION`), *gets_off_loc (`LOCATION`), *payment_id, *account_email (`ACCOUNT`), *review_id, date_purchased, time_purchased, price, seat, two_way)
     49`TICKET`(__**id**__, *trip_id(`TRIP`), *gets_on_loc (`LOCATION`), *gets_off_loc (`LOCATION`), *account_email (`ACCOUNT`), date_purchased, time_purchased, price, seat)
    5050
    5151`STUDENT_TICKET`(__***ticket_id**__ (`TICKET`), discount)