mix ex_data_sketch.gen.migration (ExDataSketch v0.9.0)

Copy Markdown View Source

Generates a migration for the ex_data_sketch_sketches table.

Usage

mix ex_data_sketch.gen.migration --repo MyApp.Repo

This creates a migration file in your application's priv/repo/migrations directory. Run mix ecto.migrate to apply the migration.

Options

  • --repo -- the Ecto repo module (required).