Is there any way to run data Seed from database structure Migrations?
My goal is having several migration for newer version of application, and some data for types, statuses, dropdown menu seeded as well without have to run a batch Seed manually.
If that is posible, migration would be an automation process.