Dalla versione 0.8.8, alambic supporta USING
di PostgreSQL con postgresql_using
parametro:
op.alter_column('views', 'cols', type_=postgresql.BIT(varying=True), postgresql_using='col_name::expr')
Dalla versione 0.8.8, alambic supporta USING
di PostgreSQL con postgresql_using
parametro:
op.alter_column('views', 'cols', type_=postgresql.BIT(varying=True), postgresql_using='col_name::expr')