Hey! Is it correct that when I want to rename a fi...
# prisma-migrate
m
Hey! Is it correct that when I want to rename a field, I need to manually update the generated SQL file like described here (https://www.prisma.io/docs/guides/database/developing-with-prisma-migrate/customizing-migrations) or is there a way to do this automatically?
r
Yes manually for now.
m
Thanks for the confirmation!
👍 1