Changes between Version 6 and Version 7 of RelationalDesign
- Timestamp:
- 12/15/21 12:13:11 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
RelationalDesign
v6 v7 30 30 ''Store_employee''(__**user_id**__*(user), **store_employee_id**, store_id*(online_stores)) 31 31 32 ''Catalogue''(**__catalogue_id__, catalogue_from, catalogue_to, type**, **__store_id__***(online_stores) , **__product_in_store_id__***(product_in_store))32 ''Catalogue''(**__catalogue_id__, catalogue_from, catalogue_to, type**, **__store_id__***(online_stores)) 33 33 34 ''Shopping_bag''(**__shopping_id__, order_date, shipping_date, modified, client_number_id***(client))34 ''Shopping_bag''(**__shopping_id__, order_date, shipping_date, modified, user_id***(client)) 35 35 36 36 ''Product_in_store''(**__product_in_store_id__**, **store_id*(online_stores)**, **product_id***(product)) … … 44 44 ''Exists''(**__catalogue_id*__**(catalogue),**__product_in_store_id*__**(product_in_store)) 45 45 46 ''Order''(**__shopping_id*__**(shopping_bag), **__product_in_store_id*__**(product_in_store) )46 ''Order''(**__shopping_id*__**(shopping_bag), **__product_in_store_id*__**(product_in_store),**amaunt**)