Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我最近对 MySQL 上的旧数据库进行了检查。我们想迁移到 postgre。现在我们希望检查迁移到不同的模式是否有迁移命令来实现这一点?所以不同的应用程序应该在同一个数据库中使用不同的模式
很简单!
python manage.py 迁移“app_name”