我添加了一个新的mysql表并执行了构建模式,我的config / schema.yml包含了我的新表 现在,当我运行构建模型时,我得到: 执行任务时出现一些问题:
build-propel.xml:474:20: Duplicate table found: propel.
build-propel.xml:461:22: Execution of the target buildfile failed. Aborting.
如果异常消息不够清楚,请阅读任务的输出 更多信息
我一定要找到重复的表? 请帮忙? 谢谢
答案 0 :(得分:2)
我以前遇到过这个问题。这是由于config文件夹中存在任何schema.xml文件。尝试删除这些并再次运行命令。