help with prisma planetscale schema
Hello everyone, im trying to implement nested comments on my post object, this is currently my implementation without comments..
i tried implementing it like this with the help of chatGPT
can someone help with the correct schema to model the relationship between posts and comments please?
1 Reply
check this out
https://github.com/WebDevSimplified/nested-comments/blob/main/server/prisma/schema.prisma
GitHub
nested-comments/server/prisma/schema.prisma at main · WebDevSimplif...
Contribute to WebDevSimplified/nested-comments development by creating an account on GitHub.