Are there any plans to provide imperative queries ...
# orm-help
r
Are there any plans to provide imperative queries to prisma migrate? It would be nice if I wanted to split a
name
field to
first_name
and
last_name
to be able to run a script that updated the data on migrate. Or is this not a recommended practice? Is there a discussion anywhere on this?
r
Hey @Rudi Yardley 👋 There is a discussion going on in the following issues below where you could view the status of those: https://github.com/prisma/migrate/issues/492 https://github.com/prisma/migrate/issues/195