I have a user's schema: name, age, etc...
A user signs up in production,
I then decide I'd also like to capture "email" and save it in the User's table.
but since the previous records didn't have the email rece, prisma will want me to reset database
is there any walk around to prevent this database reset when migrating in prisma.js