Difficulties migrating PostgreSQL to v7.0.0
Hello,
PS: Im using PostgreSQL v17.5
I am trying to upgrade from PrismaORM v6.5 to v7 and im finding the following error:
My current setup is:
prisma.config.ts
prisma.schema
example implementation on
Im trying to follow the prisma-provided migration guide but i dont think im successfully doing so
files:
* schema.prisma
* prisma.config.ts
are located in ./prisma
PS: Im using PostgreSQL v17.5
I am trying to upgrade from PrismaORM v6.5 to v7 and im finding the following error:
My current setup is:
prisma.config.ts
prisma.schema
example implementation on
userModel.jsIm trying to follow the prisma-provided migration guide but i dont think im successfully doing so
files:
* schema.prisma
* prisma.config.ts
are located in ./prisma


ORM