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.
我有一个使用 Yii 框架构建的应用程序。它有很多迁移,现在我想生成一个数据库模式,因此其他人可以在不应用所有迁移的情况下安装应用程序。在 Ruby on Rails 中,db/schema.rb 包含所有迁移的总和。我想在 Yii 中做同样的事情,但是在应用迁移后 protected/data/schema.mysql.sql 似乎没有改变。
您必须创建自己的 sql 脚本并将其导入。
看看dlhelperdatabase扩展,它会帮助你做你想做的事!