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
userModel.js
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 ./prismaUpgrade to Prisma ORM 7 | Prisma Documentation
Guide on how to upgrade to Prisma ORM 7

2 Replies