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.
我正在使用 Propel for PHP,我想创建一个差异任务来创建新表。
问题是这是在现有数据库中,其中表已经存在。我不希望这些表由 Propel 管理。在执行 diff 任务时,它会查看这些表。无论如何在差异过程中忽略这些表?
不,目前迁移任务非常愚蠢。这就是为什么您总是需要查看生成的差异类的原因。