def upgrade():
op.alter_column('instance', 'contents',
existing_type=mysql.MEDIUMTEXT(collation='utf8_bin'),
type_=mysql.LONGTEXT(collation='utf8_bin'),
existing_nullable=False)
文章目录