Kể từ phiên bản 0.8.8, alembic hỗ trợ USING của PostgreSQL với postgresql_using tham số:
op.alter_column('views', 'cols', type_=postgresql.BIT(varying=True), postgresql_using='col_name::expr')
Kể từ phiên bản 0.8.8, alembic hỗ trợ USING của PostgreSQL với postgresql_using tham số:
op.alter_column('views', 'cols', type_=postgresql.BIT(varying=True), postgresql_using='col_name::expr')