“django.db.utils.integrityerRor: nie ograniczenie zerowe nie powiodło się” Kod odpowiedzi

nie ograniczenie zerowe nie powiodło się Django

You must create a migration, where you will specify default value for a new field, since you don't want it to be null. If null is not required, simply add null=True and create and run migration.
bilalahmed_dev

django.db.utils.integrityerRor: nie ograniczenie zerowe nie powiodło się

Go to the migrations folder and delete manually files that have 000*_lastAction_blah-blah type of name, you can delete, probably all, but 0001_initial.py file. After that run ./manage.py make migrations app_you_are_updateing, it should update your database.
Med

Odpowiedzi podobne do “django.db.utils.integrityerRor: nie ograniczenie zerowe nie powiodło się”

Pytania podobne do “django.db.utils.integrityerRor: nie ograniczenie zerowe nie powiodło się”

Więcej pokrewnych odpowiedzi na “django.db.utils.integrityerRor: nie ograniczenie zerowe nie powiodło się” w Python

Przeglądaj popularne odpowiedzi na kod według języka

Przeglądaj inne języki kodu