Changes between Version 11 and Version 12 of RelationalSchema


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

--

Legend:

Unmodified
Added
Removed
Modified
  • RelationalSchema

    v11 v12  
    4949`TICKET`(__**id**__, *trip_id(`TRIP`), *gets_on_loc (`LOCATION`), *gets_off_loc (`LOCATION`), *account_email (`ACCOUNT`), date_purchased, time_purchased, price, seat)
    5050
    51 `TICKET_RELATIONS`(*trip_id_1(`TRIP`), *trip_id_2(`TRIP`))
     51`TICKET_RELATIONS`(*parent_ticket_id(`TICKET`), *child_ticket_id(`TICKET`))
    5252
    5353`STUDENT_TICKET`(__***ticket_id**__ (`TICKET`), discount)