简体   繁体   中英

Is there a way to ignore existing tables when using Propel?

I am using Propel for PHP and I want to create a diff task to create new tables.

The issue is this is inside an existing database with tables already existing. I don't want these tables to be managed by Propel. When doing the diff task, it looks at these tables. Anyway to ignore these tables during the diff process?

No, migration tasks are quite dumb at the moment. That's why you always need to review generated diff classes.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM