Changes between Version 15 and Version 16 of RelationalDesign


Ignore:
Timestamp:
05/28/26 12:56:17 (2 weeks ago)
Author:
232012
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • RelationalDesign

    v15 v16  
    18184. WISHLISTS (**__wishlist_id__**, **__user_id*__**[USER])
    1919
    20 5. WISHLIST_ITEMS (**__wishlist_id__**, **__product_id__**[PRODUCT], **added_at**)
     205. WISHLIST_PRODUCTS (**__wishlist_id__**[WISHLIST], **__product_id__**[PRODUCT], **added_at**)
    2121
    22226. PRODUCTS (**__product_id__**, **__release_id*__**[RELEASE], **price**, **format**, **product_description**, **stock**)
     
    323211. ORDERS (**__order_id__**, **__user_id*__**[USER], **purchase_date**, **status**, **payment_method**, **points_earned**, **points_used**)
    3333
    34 12. ORDER_ITEMS (**__order_id*__**[ORDER], **__product_id*__**[PRODUCT], **quantity**, **price_at_purchase**)
     3412. ORDER_PRODUCTS (**__order_id*__**[ORDER], **__product_id*__**[PRODUCT], **quantity**, **price_at_purchase**)
    3535
    363613. ARTISTS (**__artist_id__**, **artist_name**, artist_photo, artist_description)