Changes between Version 5 and Version 6 of Логички
- Timestamp:
- 01/26/25 20:46:15 (4 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Логички
v5 v6 8 8 ---- 9 9 10 User ( **_ UserID_**, **Name**, **Surname**, **Email**, **Password**, **Phone number**, **Date joined** )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 13 14 14 {{{ … … 18 18 19 19 20 Booking ( **_ BookindID_**, **_UserID*_**, **_FlightID*_**, **Booking date**, **Payment status**, **Total cost**, Seat number )20 Booking ( **__BookindID__**, **__UserID*__**, **__FlightID*__**, **Booking date**, **Payment status**, **Total cost**, Seat number ) 21 21 22 22 {{{