Hi! Is there a plan to support data migration on t...
# orm-help
e
Hi! Is there a plan to support data migration on top of the existing schema migration? For example, I need to populate a new column with default data. Something like prisma db seed, but on the existing database. Even just a way to execute a one-off script will be helpful.