def downgrade():
op.alter_column('instance', 'contents',
existing_type=mysql.LONGTEXT(collation='utf8_bin'),
type_=mysql.MEDIUMTEXT(collation='utf8_bin'),
existing_nullable=False)
56eebc668baa_upgrade_the_contents_column_from_.py 文件源码
python
阅读 24
收藏 0
点赞 0
评论 0
评论列表
文章目录