Changes between Version 9 and Version 10 of RelationalDesign
- Timestamp:
- 12/21/21 15:13:46 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
RelationalDesign
v9 v10 22 22 ''Online_stores''(**__store_id__, name, web_address, phone_number, email, social_media**) 23 23 24 '' Shipping''(**__shipping_id__, location, date_from, date_to**, **user_id***(shipping_employee), **shopping_id***(shopping_bag))24 ''Payment''(**__payment_id__, info**) 25 25 26 '' Payment''(**__payment_id__, info**)26 ''Shipping''(**__shipping_id__, location, date_from, date_to**, user_id*(shipping_employee), shopping_id*(shopping_bag)) 27 27 28 28 ''Category''(**__category_id__, category_name**) … … 42 42 ''Works_as''(**__id_role*__**(role), **__store_employee_id*__**(store_employee), **works_from**, works_to) 43 43 44 ''Exists''(**__catalogue_id*__**(catalogue), **__product_in_store_id*__**(product_in_store))44 ''Exists''(**__catalogue_id*__**(catalogue), **__store_id*__**(online_stores), **__product_in_store_id*__**(product_in_store)) 45 45 46 ''Order''(**__shopping_id*__**(shopping_bag), **__product_in_store_id*__**(product_in_store),**am aunt**)46 ''Order''(**__shopping_id*__**(shopping_bag), **__product_in_store_id*__**(product_in_store),**amount**) 47 47 48 48 == DDL скрипта за бришење и креирање на табелите