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",
Solution:Jump to solution
Product and ServerData both are parent of FileData
if any parent is deleted the child also deleted
deleting child does not delete parant...
2 Replies