Changes between Version 23 and Version 24 of ERModel


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

--

Legend:

Unmodified
Added
Removed
Modified
  • ERModel

    v23 v24  
    3535   * format (enum, required)
    3636   * price (numeric, required)
    37    * description (text, required)
     37   * product_description (text, required)
    3838   * stock (bigint, required)
    3939
     
    5151**9. Single** - A type of release typically representing a single track
    5252   * __release_id*__ (bigint)
    53    * duration (text, required)
     53   * single_duration (text, required)
    5454
    5555**10. Artist** - A creator or performer associated with releases and songs
    5656   * __artist_id__ (bigint)
    5757   * artist_name(text, required)
    58    * description(text, optional)
    59    * photo (text, optional)
     58   * artist_description(text, optional)
     59   * artist_photo (text, optional)
    6060
    6161**11. Song** - An individual track that can belong to albums
    6262   * __song_id__ (bigint)
    6363   * song_name(text, required)
    64    * duration (text, required)
     64   * song_duration (text, required)
    6565
    6666**12. !OrderItem ** - A specific product entry within an order