This is also a current issue in the Django CockroachDB driver, for migrations.
When the following issue is resolved: cockroachdb/cockroach#49351
Inside: piccolo/apps/migrations/auto/migration_manager.py
We can refactor out the special case for ALTER COLUMN at if engine.engine_type != "cockroach"
This is also a current issue in the Django CockroachDB driver, for migrations.
When the following issue is resolved: cockroachdb/cockroach#49351
Inside:
piccolo/apps/migrations/auto/migration_manager.pyWe can refactor out the special case for
ALTER COLUMNatif engine.engine_type != "cockroach"