标签: php mysql symfony1 innodb
当我使用symfony propel:build-sql生成模型时 symfony生成一个文件,每次创建sentece后添加“Type = InnoDB” 但是当我用symfony propel:insert-sql来插入数据库中的表时 我有一个错误,所以我必须通过“Engine = InnoDB”手动更改“Type = InnoDB” 所以,问题是:有没有办法让symfony自动进行这种改变?
symfony propel:build-sql
symfony propel:insert-sql
答案 0 :(得分:1)
看看这个问题,似乎它有一个解决方案 - symfony 1.4 propel:build-all not working on Mysql 5.5