In Django how best do I find differences between current database table schemas and schemas migrations would generate?

后端 未结 0 804
天涯浪人
天涯浪人 2020-11-22 01:50
./manage.py migrate

looks at the django_migrations table to find out what migrations have run, not at the current state of the database.

How

相关标签:
回答
  • 消灭零回复
提交回复
热议问题