Changes between Version 12 and Version 13 of ERModel
- Timestamp:
- 05/04/26 03:09:43 (2 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ERModel
v12 v13 8 8 * __user_id__ (bigint, required) 9 9 * email (text, required, unique) 10 * username ( bigint, required, unique)11 * password ( bigint, required)10 * username (text, required, unique) 11 * password (text, required) 12 12 * date_created (date, required) 13 13 * shipping_address (text, optional) … … 18 18 * discount_percentage (numeric, required) 19 19 20 **3. Consumer** - type of user who can purchase products and collect loyalty points21 * points_collected (bigint )20 **3. Consumer** - A type of user who can purchase products and collect loyalty points 21 * points_collected (bigint, required) 22 22 23 23 **4. Wishlist** - A collection of products that a user saves for future interest 24 * __wishlist_id__ (bigint , required)24 * __wishlist_id__ (bigint) 25 25 26 26 **5. !WishlistItem** - A specific product added to a wishlist
