1、需要到数据库中先删除表

2、删除django_migrations表中的记录

3、删除对应migrations目录中的的迁移文件

4、重新执行python manage.py makemigrations和python manage.py migrate命令

相关文章: