Changes between Version 25 and Version 26 of RelationalDesign
- Timestamp:
- 12/08/22 13:36:01 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
RelationalDesign
v25 v26 30 30 * cart(__**id_user_customer**__* (User), __**id_cart**__, **total**) 31 31 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)) 33 33 34 34 * ticket( __**id_ticket**__, **price**, **date**, **location**, **type_of_event**, **id_event*** (Event), **id_user_customer*** (User), **id_seat*** (Seat), **id_cart*** (Cart))