Changes between Version 33 and Version 34 of RelationalModel
- Timestamp:
- 01/08/25 19:10:06 (7 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
RelationalModel
v33 v34 17 17 * Customer (**__Customer_Id__**, **Customer_Type_Id***(Customer_Type), **Address_Id***(Address), **Customer_Name**, **Customer_Email**, **Customer_Phone_Number**) 18 18 * 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**) 20 21 * Expense_Type (**__Expense_Type_Id__**, **Expense_Type_Name**, **Expense_Type_Description**) 21 22 * Employee (**__Employee_Id__**, **Employee_Name**, **Employee_Surname**)