Changes between Version 24 and Version 25 of ERModel


Ignore:
Timestamp:
05/21/26 00:47:50 (7 days ago)
Author:
232012
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ERModel

    v24 v25  
    9292 Each Artist has multiple Releases, and multiple Artists can be associated with one Release.
    9393
     94
    9495**3. features** (Song ↔ Artist, M:N)\\
    9596 Each Song can feature multiple Artists, and each Artist can be featured in multiple Songs.
     
    138139* Moved attributes from Consumer to User to allow Admins to be able to purchase Products for testing and recreational purposes.
    139140* Added discount_percentage attribute to Admin, and points_used and points_earned to Order.
     141[attachment:ERModel_v04.png Version 4]
     142* Added ordinal number attribute to has and both features relationships.
     143* Removed foreign keys from OrderItem and WishlistItem
    140144}}}