Prisma
@prisma.io
over 1 year ago One of the most common workflows is to run `npx prisma migrate dev` which will:
1. Create a migration file
2. Apply the migration
To be able to intervene with the migration before it's applied, we need to pass `--create-only`
💬 1
♻️ 0
❤️ 0