Sinds versie 0.8.8 ondersteunt alembic PostgreSQL's USING
met de postgresql_using
parameter:
op.alter_column('views', 'cols', type_=postgresql.BIT(varying=True), postgresql_using='col_name::expr')
Sinds versie 0.8.8 ondersteunt alembic PostgreSQL's USING
met de postgresql_using
parameter:
op.alter_column('views', 'cols', type_=postgresql.BIT(varying=True), postgresql_using='col_name::expr')