Changes between Version 3 and Version 4 of RelationalDesign


Ignore:
Timestamp:
05/19/26 01:40:49 (9 days ago)
Author:
232012
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • RelationalDesign

    v3 v4  
    12121. USER (**__user_id__**, **username**, **email**, **password**, **date_created**, shipping_address, telephone_number)
    1313
    14 2. ADMIN (**__user_id*__**[USER], discount_percentage, type)
     142. ADMIN (**__user_id*__**[USER], **type**, **discount_percentage**)
    1515
    16 3. CONSUMER (**__user_id*__**[USER], points_collected)
     163. CONSUMER (**__user_id*__**[USER], **points_collected**)
    1717
    18184. WISHLIST (**__wishlist_id__**, **__user_id*__**[USER])
    1919
    20 5. PRODUCT (product_id, price, format, description, stock)
     205. PRODUCT (**__product_id__**, **price**, **format**, **description**, **stock**)
    2121
    22 6. RELEASE (release_id, product_id*[PRODUCT]?????, title, release_date, genre, record_label, cover_photo)
     226. RELEASE (**__release_id__**, **title**, **release_date**, **genre**, **cover_photo**, record_label)
    2323
    24 7. ALBUM (release_id*[RELEASE])
     247. ALBUM (**__release_id*__**[RELEASE])
    2525
    26 8. SINGLE (release_id*[RELEASE], duration)
     268. SINGLE (**__release_id*__**[RELEASE], **duration**)
    2727
    28 9. SONG (song_id, song_name, duration)
     289. SONG (**__song_id__**, **song_name**, **duration**)
    2929
    30 10. ORDER (order_id, user_id*[USER], purchase_date, status, payment_method, points_used, points_earned)
     3010. ORDER (**__order_id__**, **__user_id*__**[USER], **purchase_date**, **status**, **payment_method**, **points_earned**, points_used)
    3131
    32 11. ORDER_ITEM (order_id*[ORDER], product_id*[PRODUCT], quantity, price_at_purchase)
     3211. ORDER_ITEM (**__order_id*__**[ORDER], **__product_id*__**[PRODUCT], **quantity**, **price_at_purchase**)
    3333
    34 12. ARTIST (artist_id, artist_name, photo, description)
     3412. ARTIST (**__artist_id__**, **artist_name**, photo, description)
    3535
    36 13. MODIFICATION (modification_id, user_id*[ADMIN], date_modified, discount)
     3613. MODIFICATION (**__modification_id__**, **__user_id*__**[ADMIN], **date_modified**, **type_of_modification**, discount)
    3737}}}
    3838