"implement product CRUD API endpoints and frontend integration"
This commit is contained in:
@@ -195,32 +195,32 @@ model ProductItem {
|
||||
createdAt DateTime @default(now())
|
||||
updatedAt DateTime @updatedAt
|
||||
//
|
||||
sku String
|
||||
name String
|
||||
code String
|
||||
price Float
|
||||
taxes Float
|
||||
tags String[]
|
||||
sizes String[]
|
||||
publish String
|
||||
gender String[]
|
||||
coverUrl String
|
||||
images String[]
|
||||
colors String[]
|
||||
quantity Int
|
||||
category String
|
||||
available Int
|
||||
totalSold Int
|
||||
category String
|
||||
code String
|
||||
colors String[]
|
||||
coverUrl String
|
||||
description String
|
||||
totalRatings Float
|
||||
totalReviews Int
|
||||
gender String[]
|
||||
images String[]
|
||||
inventoryType String
|
||||
subDescription String
|
||||
priceSale Float?
|
||||
name String
|
||||
newLabel Json
|
||||
saleLabel Json
|
||||
price Float
|
||||
priceSale Float?
|
||||
publish String
|
||||
quantity Int
|
||||
ratings Json[]
|
||||
reviews ProductReview[]
|
||||
saleLabel Json
|
||||
sizes String[]
|
||||
sku String
|
||||
subDescription String
|
||||
tags String[]
|
||||
taxes Float
|
||||
totalRatings Float
|
||||
totalReviews Int
|
||||
totalSold Int
|
||||
}
|
||||
|
||||
model MailSender {
|
||||
|
Reference in New Issue
Block a user