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.
我已经编辑了一个schema.sqlite.sql文件,但是如何在 YII 框架中运行它来更新表格?
schema.sqlite.sql
因为如果我在 gii 工具中创建模型,我会收到一个错误,即没有创建表,这就是为什么我需要运行schema.sqlite.sql, 来更新文件testdrive.db
testdrive.db
Gii 使用 protected/config/main.php 中定义的数据库连接。因此,定义的数据库连接中的任何内容都可用于生成模型。
你可以使用这个火狐插件来查看和编辑 sqlite 数据库。