how to create the _prisma_migration table in a specific schema?
I do not have perms on the Public schema due to how the db and its perms are set up.
Is there a way to config prisma so that the migrations table will be created in a different schema? For example, under a "prisma" schema or something like that?
Is there a way to config prisma so that the migrations table will be created in a different schema? For example, under a "prisma" schema or something like that?