PostgreSQL
 sql >> Database >  >> RDS >> PostgreSQL

Alambicco:modificare il tipo di colonna con USING

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')