def downgrade():
### commands auto generated by Alembic - please adjust! ###
op.alter_column(u'statistic_visitor', 'referred',
existing_type=mysql.VARCHAR(collation=u'utf8_unicode_ci', length=128),
nullable=False,
existing_server_default=sa.text(u"''"))
op.drop_index(op.f('ix_comments_timestamp'), table_name='comments')
op.drop_table('comments')
### end Alembic commands ###
评论列表
文章目录