Next.js Discord

Discord Forum

Overwritting Prisma modal with migrate

Unanswered
Richard Evanson posted this in #help-forum
Open in Discord
I have followed guide in docs how to migrate with existing database:

https://www.prisma.io/docs/guides/migrate/developing-with-prisma-migrate/add-prisma-migrate-to-a-project

It all worked and I had my database but I saw that some of variable I didnt change to lower case and now all database table variables are lower case except few. So I did this process again I removed migrations and everything this time I renamed them all to lower case but it is still same variables named wrong. How do I actually do this now?

0 Replies