【发布时间】:2018-10-09 07:03:44
【问题描述】:
谢谢大家, 我有一个 django 项目,这是我的环境:
数据库: Oracle Database 12c 企业版 12.1.0.2.0 - 64 位生产
Python: Python 3.5.1rc1 cx-Oracle==6.3 Django==2.0.4
我正在尝试这个:
python manage.py test
我收到此错误:
django.db.utils.DatabaseError: ORA-30673: column to be modified is not an identity column
谢谢。
【问题讨论】:
-
你应该提供你的代码。