当我尝试运行python manage.py migrate命令时,出现以下错误
raise MigrationSchemaMissing("Unable to create the django_migrations table (%s)" % exc)
和
django.db.migrations.exceptions.MigrationSchemaMissing: Unable to create the django_migrations table (ORA-02000: missing ALWAYS keyword)
注:
我可以读写oracle数据库和使用pycharm ide。
谢谢。
1条答案
按热度按时间ki1q1bka1#
看起来您正在使用旧的oracle版本<12.1。oracle仅从12.1开始支持虚拟生成列(
generate always
)将其升级到oracle 19,或至少升级到12.2(高级支持将在3月31日的4天内结束)