diff --git a/backend/prisma/schema.prisma b/backend/prisma/schema.prisma index db5e674d..7d01ed1c 100644 --- a/backend/prisma/schema.prisma +++ b/backend/prisma/schema.prisma @@ -18,6 +18,7 @@ model User { userProducts UserProduct[] ownedRecipes Recipe[] @relation("RecipeOwner") sharedRecipes RecipeShare[] + ownedProducts Product[] } model Product {