# `mix backy.create_migration`

This is an alternative to `mix backy.setup`. Instead of creating the backy
table directly, this task generates an Ecto migration you can
use in your project.

Usage (with defaults):

    mix backy.create_migration --path=priv/repo/migrations/                                --name=backy_setup                                --repo=MyApp.Repo                                --table=jobs

# `run`

---

*Consult [api-reference.md](api-reference.md) for complete listing*
