Changes between Version 40 and Version 41 of Логички и физички дизајн
- Timestamp:
- 01/07/22 19:11:53 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Логички и физички дизајн
v40 v41 13 13 * Distributor(**__Distributor_id__***(User),**Name, Surname, Contact_number**) 14 14 * Client(**__User_id__***(User),**Name, Adress, Email) 15 * Store(**__Store_name__,Location, Contact**) 15 16 * Product (**__Prod_id__, Availability, Name, Price, Type, Description, quantity**, **Store_name***(Store)) 16 * Store(**__Store_name__,Location, Contact**)17 17 * Delivery (**__Delivery_id__, Delivery_address, Date, Status**, **Distributor_id***(Distributor), **Client_id***(Client)) 18 18 * Price_history (**__Price_history_id__, Dates**, **Prod_id***(Product))