How to control the order of created fields during a migration

Viewed 1338

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.

1 Answers
Related