def downgrade():
"""alexm: i believe this method is never called"""
with op.batch_alter_table(t2_name) as batch_op:
batch_op.drop_column('do_not_use')
with op.batch_alter_table(t1_name) as batch_op:
batch_op.drop_column('enabled')
5927940a466e_create_shared_ips_columns.py 文件源码
python
阅读 21
收藏 0
点赞 0
评论 0
评论列表
文章目录