Changes between Version 11 and Version 12 of RelationalDesign
- Timestamp:
- 12/13/22 15:09:42 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
RelationalDesign
v11 v12 3 3 * Admin(__Admin_Id__, **Name**, **Surname**, **Email**, **Password**) \\ 4 4 * Coordinates(__Coordinates_Id__, **Latitude**, **Longitude**) \\ 5 * Car(__Car_Id__, ** License_plate**, **Make**, **Model**, **Year**) \\5 * Car(__Car_Id__, **Driver_Id***,**License_plate**, **Make**, **Model**, **Year**) \\ 6 6 * Driver(__Driver_Id__, **Name**, **Surname**, **Email**, **Password**, Profile_Picture, Price_per_km, Status, is_Approved, Level, Num_grades, Grade, Coordinates_Id*, Admin_Id*, **Car_Id***) \\ 7 7 * Passenger(__Passenger_Id__, **Name**, **Surname**, **Email**, **Password**) \\