AttributeError: 'NoneType' object has no attribute 'lower'数据库迁移中做回退操作时报错误
1、以下为部分错误信息: 【AttributeError: 'NoneType' object has no attribute 'lower'数据库迁移中做回退操作时报错误】File “/home/python/.virtualenvs/flask_py3/lib/python3.5/sitepackages/sqlalchemy/sql/compiler.py”, line 3049, in _requires_quoteslc_value = https://www.it610.com/article/value.lower()AttributeError: ‘NoneType’ object has no attribute'lower’
2、以下为部分错误信息:
文章图片
??在执行python 文件名.py db upgrade后会出现一个叫versions的文件夹打开生成的py文件,查看downgrade然后修改里边的内容,如上图),改为修改的字段名,如下图所示。就可以后退回历史版本。
文章图片
推荐阅读
- EffectiveObjective-C2.0|EffectiveObjective-C2.0 笔记 - 第二部分
- iOS面试题--基础
- performSelectorOnMainThread:withObject:waitUntilDone:参数设置为NO或YES的区别
- Objective-c
- 在Objective-C的Category中使用属性的懒加载
- IE|IE 11 处理 object-fit: contain 问题
- Python|Python TypeError: 'module' object is not callable 原因分析
- Mixed|Mixed Supervised Object Detection with Robust Objectness Transfer讲解
- Objective-C回调
- 浅析Objective-C之block