Unable to create the django_migrations table (ORA-02000: missing ALWAYS keyword)

后端 未结 2 1464
悲&欢浪女
悲&欢浪女 2021-01-13 06:46

I\'m starting a project in Django-2.0.1 with a database Oracle 11g, and when I run $python manage.py migrate, I get the error django.db.migrations.exceptions.MigrationSchema

2条回答
  •  情深已故
    2021-01-13 07:17

    I have faced the same issues during migration. I downgraded Django version to 1.1 and changed some codes in base.py for Oracle database as given in a link and it's working fine now.

提交回复
热议问题