Sedan version 0.8.8 stöder alembic PostgreSQL:s USING
med postgresql_using
parameter:
op.alter_column('views', 'cols', type_=postgresql.BIT(varying=True), postgresql_using='col_name::expr')
Sedan version 0.8.8 stöder alembic PostgreSQL:s USING
med postgresql_using
parameter:
op.alter_column('views', 'cols', type_=postgresql.BIT(varying=True), postgresql_using='col_name::expr')