Migration fails with CockroachDB
I use CockroachDB as the database for my app and prisma as the ORM. Running
npx prisma migrate dev always fails for whatever reason, but npx prisma db push succeeds. Is there a reason why this behaves like this?3 Replies
You're in no rush, so we'll let a dev step in. Enjoy your coffee, or drop into
#ask-ai if you get antsy for a second opinion!PS. The coffee analogy is confusing, makes no sense
Can you share the error message that you get when trying to run
migrate dev?
What is your CockroachDB and Prisma version?