Changes between Version 4 and Version 5 of RelationalSchema


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

--

Legend:

Unmodified
Added
Removed
Modified
  • RelationalSchema

    v4 v5  
    4343`DAY_ACTIVE`(__***route_id**(`ROUTE`) __**day**__)
    4444
    45 `LOCATION`(__**latitude**__, __**longitude**__, __**time**__, name)
     45`LOCATION`(__**latitude**__, __**longitude**__, name)
    4646
    47 `TRIP_STOPS`(__***trip**__, __***location**__, at_time)
     47`TRIP_STOPS`(__***trip_id**__(`TRIP`), __***location**__)
    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)