I have recently updated my model, added a BooleanField to it however when I do python manage.py syncdb, it doesn\'t add the new field to the database for the mo
python manage.py syncdb
If you run Django with Apache and MySQL, restart apache after making migration with makemigrations.