Why does t3 have the command prisma db push when you can have prisma migrate or prisma migrate dev?
I was reading Prisma's docs and here it explains https://www.prisma.io/docs/orm/prisma-migrate/workflows/prototyping-your-schema#choosing-db-push-or-prisma-migrate my question. In general it seems that choosing migrate dev would be smarter or at least having a prisma migrate command for production?
0 Replies