संस्करण 0.8.8 के बाद से, एलेम्बिक PostgreSQL के USING
. का समर्थन करता है postgresql_using
. के साथ पैरामीटर:
op.alter_column('views', 'cols', type_=postgresql.BIT(varying=True), postgresql_using='col_name::expr')
संस्करण 0.8.8 के बाद से, एलेम्बिक PostgreSQL के USING
. का समर्थन करता है postgresql_using
. के साथ पैरामीटर:
op.alter_column('views', 'cols', type_=postgresql.BIT(varying=True), postgresql_using='col_name::expr')