Sometimes it's not enough to have migrations with SQL (DDL), especially if you have to run some sort of migration/data-conversion scripts that are written as dart function.
It would be useful to allow that migrations are not just SQL but also dart functions.
Sometimes it's not enough to have migrations with SQL (DDL), especially if you have to run some sort of migration/data-conversion scripts that are written as dart function.
It would be useful to allow that migrations are not just SQL but also dart functions.