Changes between Version 30 and Version 31 of RelationalModel
- Timestamp:
- 12/14/24 19:13:39 (5 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
RelationalModel
v30 v31 15 15 * Wine (**__Wine_Id__**, **Wine_Type_Id***(Wine_Type), **Wine_Name**, **Base_Price**, **Year_Produced**) 16 16 * Customer_Type (**__Customer_Type_Id__**, **Customer_Type_Name**, **Customer_Type_Description**) 17 * Customer (**__Customer_Id__**, **Customer_Type_Id***(Customer_Type), **Address_Id***(Address), **Customer_Name**, **Customer_Email**, ** Phone_Number**)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 19 * Vehicle (**__Vehicle_Id__**, **Vehicle_Type_Id***(Vehicle_Type), **Make**, **Model**, **Registration**, **Capacity**) … … 23 23 * Shipment (**__Shipment_Id__**, **Employee_Id***(Employee), **Payment_Id***(Payment), **Vehicle_Id***(Vehicle), **Shipment_Date**) 24 24 * Payment (**__Payment_Id__**, **Payment_Status**) 25 * Load (**__Load_Id__**, **Shipment_Id***(Shipment),**Customer_Id***(Customer), **Wine_Id***(Wine), **Quantity**, **Base_Price**, **Agreed_Price**) 26 25 * Shipment_Load (**__Shipment_Id__***(Shipment),**__Customer_Id__***(Customer), **__Wine_Id__***(Wine), **Quantity**, **Base_Price**, **Agreed_Price**) 26 * Shipment_has_expense_of_Expense_Type(**__Shipment_Id__***(Shipment),**__Expense_Type_Id__***(Expense_Type), **Amount**) 27 * Employee_Drives_Vehicle(**__Employee_Id__***(Employee),**__Vehicle_Id_***(Vehicle)) 27 28 === DDL скрипта за бришење на табелите и креирање на табелите 28 29