Changes between Version 2 and Version 3 of Логички


Ignore:
Timestamp:
01/26/25 20:42:44 (4 weeks ago)
Author:
173067
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Логички

    v2 v3  
    1010User ( **_UserID_**, **Name**, **Surname**, **Email**, **Password**, **Phone number**, **Date joined** )
    1111
    12 Flight ( **_FlightID_**, **Flight number**, **Departure Airport**, **Arrival Airport**, **Departure time**, **Arrival time**, **Duration**, **Price**, **Available seats** )
     12Flight ( **_FlightID_**, **Flight number**, **_Departure Airport*_**, **_Arrival Airport*_**, **Departure time**, **Arrival time**, **Duration**, **Price**, **Available seats** )
     13
     14{{{
     15Departure Airport референцира кон Airport.
     16Arrival Airport референцира кон Airport.
     17}}}
     18
    1319
    1420Booking ( **_BookindID_**, **_UserID*_**, **_FlightID*_**, **Booking date**, **Payment status**, **Total cost**, Seat number )
     
    3036
    3137
    32 Airport ( **_AirportID_**, **Name**, **City**, **Country**, **Code** )
     38Airport ( **_AirportID_**, **Name**, **_City*_**, **Country**, **Code** )
     39
     40{{{
     41City рефенцира кон Destination.
     42}}}
     43
    3344
    3445Payment ( **_PaymentID_**, **_BookingID*_**, **_UserID*__**, **Payment method**, **Amount**, **Transaction date**, **Payment Status** )