Is there a straightforward clean way to drop a field from Django model? for addition of a field, migrate works perfect but its not working for deletion throwing the following error
django.db.utils.DatabaseError: (1060, "Duplicate column name 'xyz_json_old'")