Changes between Version 4 and Version 5 of RelationalDesign


Ignore:
Timestamp:
12/15/21 11:21:16 (3 years ago)
Author:
193230
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • RelationalDesign

    v4 v5  
    1414''User''(**__user_id__, name, surname, email, username, password**)
    1515
    16 ''Client''(**__client_number_id__**)
     16''Client''(__**user_id**__*(user), **client_number_id**)
    1717
    1818''Shipping_employee''(__**user_id**__*(user), **shipping_employee_id**)
     
    3838''Product''(**__product_id__, name, in_store, size, color**, category_id*(category))
    3939
    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))
    4141
    4242''Works_as''(**__id_role*__**(role), **__store_employee_id*__**(store_employee), **works_from**, **works_to**)