Prisma schema auth not exists
Hello,
I am working on Prisma with Supabase and I have this trigger:
But it shows:
Thank you
I am working on Prisma with Supabase and I have this trigger:
But it shows:
Thank you

Error:
db error: ERROR: schema "auth" does not exist
0: migration_core::state::DevDiagnostic
at migration-engine\core\src\state.rs:250CREATE TRIGGER user_created_trigger
AFTER INSERT ON "auth"."users"
FOR EACH ROW
EXECUTE FUNCTION user_create();