Generates the migration for the consent_records table.
mix keksdose.install
mix keksdose.install --adapter mysql
mix keksdose.install --adapter sqliteDetects the configured repo's adapter and emits the right column type for
categories (jsonb / json / text). Override with --adapter.