Mix.Tasks.Ecto.Gen.Migration

Generates a migration for the given repository.

Command line options

Examples

mix ecto.gen.migration MyApp.Repo add_posts_table
Source

Summary

run(args)

Callback implementation of Mix.Task.run/1

Functions

run(args)

Callback implementation of Mix.Task.run/1.

Source