Mix.Tasks.Ecto.Gen.Migration
Generates a migration for the given repository.
Command line options
--no-start- do not start applications
Examples
mix ecto.gen.migration MyApp.Repo add_posts_table
Summary
| run(args) | Callback implementation of |