Weak relations
Hi there,
Is there any way to use Prisma relations without any foreign key constraint on Postgre?
I'd like to be able to set this up on a per table basis and not for the whole database like
I've been looking online for this and it appears to be a feature that has been requested a couple years ago already. What's the status on this?
Cheers
Is there any way to use Prisma relations without any foreign key constraint on Postgre?
I'd like to be able to set this up on a per table basis and not for the whole database like
relationMode = "prisma" would do.I've been looking online for this and it appears to be a feature that has been requested a couple years ago already. What's the status on this?
Cheers