【发布时间】:2021-07-20 19:40:49
【问题描述】:
当我尝试运行 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)
注意:
我可以使用 PYCharm IDE 读写 oracle 数据库。
谢谢。
【问题讨论】:
标签: python django oracle pycharm migration