views:

2663

answers:

2

Is there any plugin that directly exports MYSQL Workbench data model directly to YML for Propel consumption?

+5  A: 

Yes, MySQL Workbench Plugins are available for generating schemas for Propel, Doctrine, Symfony, etc

http://forums.mysql.com/read.php?153,208229

Thanks, I didn't realize that the plugin for Propel and Symfony, as far as MySQL workbench is concenred, are different when I did google searches for this.This is my fault, and hence I change the question of this title so that other people who are in my same shoe can benefit from this
Ngu Soon Hui
A: 

IF export from MySQL workbench isn't sufficient, you can try ORM Designer. With ORM Designer you can define and export also behaviours, Propel specific column/table/... attributes and much more.

http://www.orm-designer.com

Ludek Vodicka