Changes between Version 23 and Version 24 of ERModel
- Timestamp:
- 05/21/26 00:36:36 (7 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ERModel
v23 v24 35 35 * format (enum, required) 36 36 * price (numeric, required) 37 * description (text, required)37 * product_description (text, required) 38 38 * stock (bigint, required) 39 39 … … 51 51 **9. Single** - A type of release typically representing a single track 52 52 * __release_id*__ (bigint) 53 * duration (text, required)53 * single_duration (text, required) 54 54 55 55 **10. Artist** - A creator or performer associated with releases and songs 56 56 * __artist_id__ (bigint) 57 57 * artist_name(text, required) 58 * description(text, optional)59 * photo (text, optional)58 * artist_description(text, optional) 59 * artist_photo (text, optional) 60 60 61 61 **11. Song** - An individual track that can belong to albums 62 62 * __song_id__ (bigint) 63 63 * song_name(text, required) 64 * duration (text, required)64 * song_duration (text, required) 65 65 66 66 **12. !OrderItem ** - A specific product entry within an order
