Changes between Version 5 and Version 6 of RelationalSchema
- Timestamp:
- 12/17/24 13:26:07 (4 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
RelationalSchema
v5 v6 45 45 `LOCATION`(__**latitude**__, __**longitude**__, name) 46 46 47 `TRIP_STOPS`(__***trip_id**__(`TRIP`), __***location**__ )47 `TRIP_STOPS`(__***trip_id**__(`TRIP`), __***location**__, time) 48 48 49 49 `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)