I add custom fields in a model that require to be created in the order they are defined in the model. In the file created by the Django migration, this order is not respected. Is there a way to tell Django makemigrations the order of operations ? I use Django 1.8 and MySQL 5.7.