# `mix adk.gen.migration`
[🔗](https://github.com/zeroasterisk/adk-elixir/blob/main/lib/mix/tasks/adk.gen.migration.ex#L2)

Generates an Ecto migration for the ADK sessions table.

    $ mix adk.gen.migration

The migration will be created in `priv/repo/migrations/`.

## Options

  * `--repo` - the repo module (defaults to the app's configured repo)

---

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