От версия 0.8.8 alembic поддържа USING
на PostgreSQL с postgresql_using
параметър:
op.alter_column('views', 'cols', type_=postgresql.BIT(varying=True), postgresql_using='col_name::expr')
От версия 0.8.8 alembic поддържа USING
на PostgreSQL с postgresql_using
параметър:
op.alter_column('views', 'cols', type_=postgresql.BIT(varying=True), postgresql_using='col_name::expr')