Context: Our staging and production postgres databases are in a managed SQL service.
Is it recommended to create a local postgres database to run the command the npx prisma migrate dev
?
Once the migration files are generated (as a result of running this command), we should then be able to run the npx prisma migrate deploy
command on staging and prod environments.