Changes between Version 33 and Version 34 of RelationalModel


Ignore:
Timestamp:
01/08/25 19:10:06 (7 days ago)
Author:
153093
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • RelationalModel

    v33 v34  
    1717* Customer (**__Customer_Id__**, **Customer_Type_Id***(Customer_Type), **Address_Id***(Address), **Customer_Name**, **Customer_Email**, **Customer_Phone_Number**)
    1818* Vehicle_Type (**__Vehicle_Type_Id__**, **Vehicle_Type_Name**)
    19 * Vehicle (**__Vehicle_Id__**, **Vehicle_Type_Id***(Vehicle_Type), **Make**, **Model**, **Registration**, **Capacity**)
     19* Vehicle_Details (**__Vehicle_Details_Id__**, **Vehicle_Type_Id***(Vehicle_Type), **Make**, **Model**, **Capacity**)
     20* Vehicle (**__Vehicle_Id__**, **Vehicle_Details_Id***(Vehicle_Details), **Registration**)
    2021* Expense_Type (**__Expense_Type_Id__**, **Expense_Type_Name**, **Expense_Type_Description**)
    2122* Employee (**__Employee_Id__**, **Employee_Name**, **Employee_Surname**)