解决 python No migrations to apply 无法生成表
Posted 子钦加油
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了解决 python No migrations to apply 无法生成表相关的知识,希望对你有一定的参考价值。
第一步:
删除该app名字下的migrations文件。
第二步:
进入数据库,找到django_migrations的表,删除该app名字的所有记录。
delete from django_migrations;
第三步:
python manage.py makemigrations
python manage.py migrate
以上是关于解决 python No migrations to apply 无法生成表的主要内容,如果未能解决你的问题,请参考以下文章
异常排查_Python.[alembic.env] No changes in schema detected?
异常排查_Python.[alembic.env] No changes in schema detected?
No module named migrate.versioning
No context type was found in the assembly 'xxx.xxxx'. CodeFirst Ef错误