# `mix keksdose.install`
[🔗](https://github.com/io2/keksdose/blob/v0.4.1/lib/mix/tasks/keksdose.install.ex#L1)

Generates the migration for the `consent_records` table.

    mix keksdose.install
    mix keksdose.install --adapter mysql
    mix keksdose.install --adapter sqlite

Detects the configured repo's adapter and emits the right column type for
`categories` (jsonb / json / text). Override with `--adapter`.

---

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