issues
search
TechUniv2018
/
ShopSocial
3
stars
2
forks
source link
Migrations and Models for Cart Entity - Done (With added migrations!)
#35
Closed
theSuiGenerisAakash
closed
6 years ago
theSuiGenerisAakash
commented
6 years ago
Tables:
CartsWSessions
- cartID(PK), sessionID
CartsWProducts
- id(PK),
UNIQUE
[cartID, productID, addedByUser]
Tables: