Generates a migration for the ex_data_sketch_sketches table.
Usage
mix ex_data_sketch.gen.migration --repo MyApp.RepoThis 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).