Changes between Version 9 and Version 10 of RelationalSchema
- Timestamp:
- 12/18/24 00:45:19 (4 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
RelationalSchema
v9 v10 47 47 `TRIP_STOPS`(__***trip_id**__(`TRIP`), __***location**__, time) 48 48 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) 50 50 51 51 `STUDENT_TICKET`(__***ticket_id**__ (`TICKET`), discount)