P
Prisma6mo ago
¿)

Prisma relations

what's wrong with my relations? when i delete a Product, the FileData gets deleted but not the ServerData "prisma": "^5.17.0",
No description
Solution:
Product and ServerData both are parent of FileData if any parent is deleted the child also deleted deleting child does not delete parant...
Jump to solution
2 Replies
Solution
shahul
shahul6mo ago
Product and ServerData both are parent of FileData if any parent is deleted the child also deleted deleting child does not delete parant
¿)
¿)OP6mo ago
oh that's true, i fixed it, thank you

Did you find this page helpful?