I have a `Makefile` target specificallyl for this:...
# prisma-migrate
c
I have a
Makefile
target specificallyl for this:
Copy code
migration: ## create a new schema migration
	npx prisma migrate dev --create-only
k
I do not understand Can you elaborate what you mean?
c
This is how I generate a migration without modifying the database. What are you hoping to do?