Prisma model change without data loss
I am working on a t3 project and currently only have one database. I want to change the type of a column in a model but when trying to use db push I am asked to reset the database.
After looking around and asking Chatgpt, I tried using Prisma migrate dev but I am given a similar message about my Prisma schema not being in sync with my migration history and am again prompted to reset the db. Is there anyway I can fix the drift and make changes to the schema without resetting?
After looking around and asking Chatgpt, I tried using Prisma migrate dev but I am given a similar message about my Prisma schema not being in sync with my migration history and am again prompted to reset the db. Is there anyway I can fix the drift and make changes to the schema without resetting?

