Hello everyone! I had a DB generated with prisma d...
# orm-help
a
Hello everyone! I had a DB generated with prisma datamodel, when I make the introspection of this database the datamodel generated looks like. And when I try to run
prisma deploy
the following error occurs:
Could not find the model table _UserHasProfile in the database
Does anyone know how to solve this?
s
Are you still having this problem? How do you solve it? I'm having the same trouble.