NestJS - Database with Prisma
You want to add a new required field
age Int to your User model in Prisma. However, your database already has existing users without this field. What is the best way to handle this migration safely?