def downgrade():
# ### commands auto generated by Alembic - please adjust! ###
op.add_column('user', sa.Column('password', mysql.VARCHAR(length=50), nullable=True))
op.drop_column('user', 'password_hash')
# ### end Alembic commands ###
评论列表
文章目录