Changes between Version 12 and Version 13 of ERModel


Ignore:
Timestamp:
05/04/26 03:09:43 (2 days ago)
Author:
231241
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ERModel

    v12 v13  
    88   * __user_id__ (bigint, required)
    99   * email (text, required, unique)
    10    * username (bigint, required, unique)
    11    * password (bigint, required)
     10   * username (text, required, unique)
     11   * password (text, required)
    1212   * date_created (date, required)
    1313   * shipping_address (text, optional)
     
    1818   * discount_percentage (numeric, required)
    1919
    20 **3. Consumer** - type of user who can purchase products and collect loyalty points
    21    * points_collected (bigint)
     20**3. Consumer** - A type of user who can purchase products and collect loyalty points
     21   * points_collected (bigint, required)
    2222
    2323**4. Wishlist** - A collection of products that a user saves for future interest
    24    * __wishlist_id__ (bigint, required)
     24   * __wishlist_id__ (bigint)
    2525
    2626**5. !WishlistItem** - A specific product added to a wishlist