执行python manage.py migrate同步数据库前一次执行python manage.py makemigrations 时生成的文件及之后所有的文件删除即可,然后修改models.py,再执行python manage.py migrate 即可。