Studio is not working with multifile schemas
I have created a folder
I can read from and write to the database, but when I run Prisma Studio, I get the following error:
The table
schema and added the following code to the schema.prisma fileI can read from and write to the database, but when I run Prisma Studio, I get the following error:
The table
main.User does not exist in the current database.Solution
GitHub
I encountered an issue when using the prismaSchemaFolder preview feature with a SQLite database. The problem occurs when running prisma db push. The database file is generated in the prisma/schema/...