Changes between Version 6 and Version 7 of RelationalDesign


Ignore:
Timestamp:
12/15/21 12:13:11 (3 years ago)
Author:
193012
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • RelationalDesign

    v6 v7  
    3030''Store_employee''(__**user_id**__*(user), **store_employee_id**, store_id*(online_stores))
    3131
    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))
    3333
    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))
    3535
    3636''Product_in_store''(**__product_in_store_id__**, **store_id*(online_stores)**, **product_id***(product))
     
    4444''Exists''(**__catalogue_id*__**(catalogue),**__product_in_store_id*__**(product_in_store))
    4545
    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**)