Changes between Version 25 and Version 26 of RelationalDesign


Ignore:
Timestamp:
12/08/22 13:36:01 (2 years ago)
Author:
181006
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • RelationalDesign

    v25 v26  
    3030* cart(__**id_user_customer**__* (User), __**id_cart**__,  **total**)
    3131
    32 * transactions ( __**id_transaction**__, **id_invoice**, **edited_at**, **name**, **created_at**, **id_cart*** (Cart))
     32* transactions ( __**id_transaction**__, **id_invoice**, **edited_at**, **name**, **created_at**, **(id_user_customer,id_cart)*** (Cart))
    3333
    3434* ticket( __**id_ticket**__, **price**, **date**, **location**, **type_of_event**, **id_event*** (Event), **id_user_customer*** (User), **id_seat*** (Seat), **id_cart*** (Cart))