Changes between Version 4 and Version 5 of RelationalDesign
- Timestamp:
- 12/15/21 11:21:16 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
RelationalDesign
v4 v5 14 14 ''User''(**__user_id__, name, surname, email, username, password**) 15 15 16 ''Client''( **__client_number_id__**)16 ''Client''(__**user_id**__*(user), **client_number_id**) 17 17 18 18 ''Shipping_employee''(__**user_id**__*(user), **shipping_employee_id**) … … 38 38 ''Product''(**__product_id__, name, in_store, size, color**, category_id*(category)) 39 39 40 ''Price''(**__price_id__, price, price_from, price_to, product_in_store_id***(product_in_store))40 ''Price''(**__price_id__, price, price_from, price_to, __product_in_store_id__***(product_in_store)) 41 41 42 42 ''Works_as''(**__id_role*__**(role), **__store_employee_id*__**(store_employee), **works_from**, **works_to**)