Changes between Version 2 and Version 3 of Логички
- Timestamp:
- 01/26/25 20:42:44 (4 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Логички
v2 v3 10 10 User ( **_UserID_**, **Name**, **Surname**, **Email**, **Password**, **Phone number**, **Date joined** ) 11 11 12 Flight ( **_FlightID_**, **Flight number**, **Departure Airport**, **Arrival Airport**, **Departure time**, **Arrival time**, **Duration**, **Price**, **Available seats** ) 12 Flight ( **_FlightID_**, **Flight number**, **_Departure Airport*_**, **_Arrival Airport*_**, **Departure time**, **Arrival time**, **Duration**, **Price**, **Available seats** ) 13 14 {{{ 15 Departure Airport референцира кон Airport. 16 Arrival Airport референцира кон Airport. 17 }}} 18 13 19 14 20 Booking ( **_BookindID_**, **_UserID*_**, **_FlightID*_**, **Booking date**, **Payment status**, **Total cost**, Seat number ) … … 30 36 31 37 32 Airport ( **_AirportID_**, **Name**, **City**, **Country**, **Code** ) 38 Airport ( **_AirportID_**, **Name**, **_City*_**, **Country**, **Code** ) 39 40 {{{ 41 City рефенцира кон Destination. 42 }}} 43 33 44 34 45 Payment ( **_PaymentID_**, **_BookingID*_**, **_UserID*__**, **Payment method**, **Amount**, **Transaction date**, **Payment Status** )