Changes between Version 9 and Version 10 of RelationalDesign


Ignore:
Timestamp:
12/21/21 15:13:46 (3 years ago)
Author:
193230
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • RelationalDesign

    v9 v10  
    2222''Online_stores''(**__store_id__, name, web_address, phone_number, email, social_media**)
    2323
    24 ''Shipping''(**__shipping_id__, location, date_from, date_to**, **user_id***(shipping_employee), **shopping_id***(shopping_bag))
     24''Payment''(**__payment_id__, info**)
    2525
    26 ''Payment''(**__payment_id__, info**)
     26''Shipping''(**__shipping_id__, location, date_from, date_to**, user_id*(shipping_employee), shopping_id*(shopping_bag))
    2727
    2828''Category''(**__category_id__, category_name**)
     
    4242''Works_as''(**__id_role*__**(role), **__store_employee_id*__**(store_employee), **works_from**, works_to)
    4343
    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))
    4545
    46 ''Order''(**__shopping_id*__**(shopping_bag), **__product_in_store_id*__**(product_in_store),**amaunt**)
     46''Order''(**__shopping_id*__**(shopping_bag), **__product_in_store_id*__**(product_in_store),**amount**)
    4747
    4848== DDL скрипта за бришење и креирање на табелите