Changes between Version 15 and Version 16 of RelationalDesign
- Timestamp:
- 05/28/26 12:56:17 (2 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
RelationalDesign
v15 v16 18 18 4. WISHLISTS (**__wishlist_id__**, **__user_id*__**[USER]) 19 19 20 5. WISHLIST_ ITEMS (**__wishlist_id__**, **__product_id__**[PRODUCT], **added_at**)20 5. WISHLIST_PRODUCTS (**__wishlist_id__**[WISHLIST], **__product_id__**[PRODUCT], **added_at**) 21 21 22 22 6. PRODUCTS (**__product_id__**, **__release_id*__**[RELEASE], **price**, **format**, **product_description**, **stock**) … … 32 32 11. ORDERS (**__order_id__**, **__user_id*__**[USER], **purchase_date**, **status**, **payment_method**, **points_earned**, **points_used**) 33 33 34 12. ORDER_ ITEMS (**__order_id*__**[ORDER], **__product_id*__**[PRODUCT], **quantity**, **price_at_purchase**)34 12. ORDER_PRODUCTS (**__order_id*__**[ORDER], **__product_id*__**[PRODUCT], **quantity**, **price_at_purchase**) 35 35 36 36 13. ARTISTS (**__artist_id__**, **artist_name**, artist_photo, artist_description)
