when I go to generate the model with symfony propel:build-sql
symfony propel:insert-sql
I've got an error, so I have to change manually "Type=InnoDB" by "Engine=InnoDB"
So, the question: Is there a way to symfony do this change automatically?Check out this question, seems like it has a solution for you — symfony 1.4 propel:build-all not working on Mysql 5.5
精彩评论