jocafernanro / wishlist-backend-app

0 stars 0 forks source link

Create Product Model #10

Open jocafernanro opened 1 year ago

jocafernanro commented 1 year ago

Define the Product model in the backend

Field Data
ProductID Integer, Auto-incremented primary key
WishlistID Integer, Foreign key referencing Wishlist(WishlistID)
Name String, Product title
Links List of String (Optional)
Photo BLOB (Optional)
Comments String (Optional)
Priority Integer (Required)
Quantity Integer (Required)