你可能是在项目中安装了多个app,
首先删除相关app的migration文件中的子文件
执行建表的时候使用:
python manage.py makemigrations appname
python manage.py migrate appname
使用这两条命令同步即可。