python3.5 oracle11g django2.0创建oracle数据模型时提示missing ALWAYS keyword!是怎么回事?
先migrate,在makemigration,你好像是还没生成orm对应的文件
https://stackoverflow.com/questions/48002977/how-to-make-django-2-0-to-use-oracle-11g-syntax-instead-of-12c
django2.0只支持oracle12c+,要想用11,降级到1.X