django.db.utils.integrityerror: kolom berisi nilai nol

1) Drop the problematic columns from your local table
3) Delete all the migration files you created for these columns change
4) execute python manage.py makemigrations
5) execute python manage.py migrate
MitchAloha