Managing migrations in Prisma (Add/Rename columns)
Migrations are a super powerful way to do database schema migrations.
This will allow you to keep your database in sync with changes you make to your schema while maintaining existing data.
We already created our first migration, which was the initia...
h.daily-dev-tips.com2 min read