Migrations taking too long
Hi,
I'm rewriting this since I think I may have written in the wrong channel, sorry.
I've followed the instruction to create a baseline migration as shown here: https://www.prisma.io/docs/orm/prisma-migrate/getting-started
This works good but now when I try to create a new migration it takes forever (~15 mins) to run (pnpm exec prisma migrate dev --name testing)
I have to say that the database is around 70 tables and is running in a docker container using the official mysql image.
Info regarding Prisma:
Attached additional screenshot.
Thank you very much
I'm rewriting this since I think I may have written in the wrong channel, sorry.
I've followed the instruction to create a baseline migration as shown here: https://www.prisma.io/docs/orm/prisma-migrate/getting-started
This works good but now when I try to create a new migration it takes forever (~15 mins) to run (pnpm exec prisma migrate dev --name testing)
I have to say that the database is around 70 tables and is running in a docker container using the official mysql image.
Info regarding Prisma:
Attached additional screenshot.
Thank you very much

Learn how to migrate your schema in a development environment using Prisma Migrate.
