edocavazza
edocavazza
PPrisma
Created by edocavazza on 6/3/2024 in #help-and-questions
prisma migrate dev wants to drop all tables
Hello! I am using Prisma in a Sveltekit application deployed to Vercel. I also use the Vercel Postgres database. I am trying to add a model to the schema and then update a relation between two models, but when I run prisma migrate dev --create-only the generated migration drops and re-create the whole database structure. I am missing something?
1 replies