up down migration creation
I have started creating down migrations with
npx prisma migrate diff
and up with npx prisma migrate dev --name ${name} --create-only
I want to have the up and down migration in the same folder but it puts the down one in the root of my project.
Anyone got a nice solution or alternative?0 Replies