0

I am unable to migrate changes in Oracle version 6 database. After creating the model and write:

python manage.py makemigrations
python manage.py migrate

I get:

django.db.utils.DatabaseError: ORA-02000: missing ALWAYS keyword

Andd
  • 472
  • 6
  • 17
  • Does this answer your question? [SQL Error: ORA-02000: missing ALWAYS keyword when create identity column based table](https://stackoverflow.com/questions/28806412/sql-error-ora-02000-missing-always-keyword-when-create-identity-column-based-t) – iklinac Feb 26 '20 at 07:27
  • This has nothing to do with django – Andd Feb 26 '20 at 07:29
  • Is downgrading `Django` an option for you? You can try downgrade `Django` to `1.1 version` – Osman Omar Feb 26 '20 at 09:23
  • I wouldn't do that, i prefer creating the tables in the database directly. – Andd Feb 26 '20 at 09:45

0 Answers0