Changes between Version 17 and Version 18 of RelationalDesign


Ignore:
Timestamp:
11/29/22 21:03:58 (2 years ago)
Author:
191285
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • RelationalDesign

    v17 v18  
    1717* review ( __**id_review**__, **content**, **rating**, **created_at**, **id_user_artist*** (User),  **id_user_customer*** (User))
    1818* seat(__**id_event**__* (Event), __**id_seat**__, **number**) 
    19 * transaction ( __**id_transaction**__, **id_cart*** (Cart), **id_invoice**, **edited_at**, **name**, **created_at**)
     19* transactions ( __**id_transaction**__, **id_cart*** (Cart), **id_invoice**, **edited_at**, **name**, **created_at**)
    2020* cart(__**id_cart**__, __**id_user_customer**__* (User), **total**)
    2121* ticket( __**id_ticket**__, **price**, **date**, **location**, **type_of_event**, **id_event***(Event), **id_user_customer***(User), **id_seat*** (Seat), **id_cart*** (Cart))