<Jordy/>
<Jordy/>
PPrisma
Created by <Jordy/> on 7/25/2024 in #help-and-questions
tabla
in the final packaging of my backend with espress and prisma into using the schema and the sqlite database, both are synchronized but when I try to use my database it tells me that it does not find the table main.Usuario but my table is only called Usuario, maybe this is the error but how do I fix it?
PrismaClientKnownRequestError:
0|bundle | Invalid `prisma.usuario.findFirst()` invocation:
0|bundle | The table `main.Usuario` does not exist in the current database.
PrismaClientKnownRequestError:
0|bundle | Invalid `prisma.usuario.findFirst()` invocation:
0|bundle | The table `main.Usuario` does not exist in the current database.
the Usuario table if it exists, prisma version 5.3.1
2 replies