grand commit
This commit is contained in:
@@ -6,7 +6,7 @@ model Category {
|
||||
storeId Int @map("store_id")
|
||||
locales CategoryLocale[]
|
||||
createdAt DateTime @default(now()) @map("created_at")
|
||||
categoriesOnPruducts CategoriesOnProducts[]
|
||||
categoriesOnProducts CategoriesOnProducts[]
|
||||
|
||||
@@map("categories")
|
||||
}
|
||||
@@ -36,5 +36,5 @@ model CategoriesOnProducts {
|
||||
categoryId Int @map("category_id")
|
||||
|
||||
@@id([storeId, productId, categoryId])
|
||||
@@map("categories_on_pruducts")
|
||||
@@map("categories_on_products")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user