Od verze 0.8.8 alembic podporuje USING
PostgreSQL pomocí postgresql_using
parametr:
op.alter_column('views', 'cols', type_=postgresql.BIT(varying=True), postgresql_using='col_name::expr')
Od verze 0.8.8 alembic podporuje USING
PostgreSQL pomocí postgresql_using
parametr:
op.alter_column('views', 'cols', type_=postgresql.BIT(varying=True), postgresql_using='col_name::expr')