Foreign key from Prisma table to auth.users
Hello!
When I run this sql query, I get an error:
results in:
I think the error may be on prisma, is this something that cannot be done?
The goal here is that I want to delete a db entry when an auth user is deleted -> perhaps a trigger is more appropriate?
Thanks!
When I run this sql query, I get an error:
results in:
I think the error may be on prisma, is this something that cannot be done?
The goal here is that I want to delete a db entry when an auth user is deleted -> perhaps a trigger is more appropriate?
Thanks!