austgl / mysql-workbench-doctrine-plugin

Automatically exported from code.google.com/p/mysql-workbench-doctrine-plugin
GNU Lesser General Public License v3.0
0 stars 0 forks source link

can I get the ER diagram #26

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I am developing a web application use doctrine, can I get the ER diagram
from the yaml file, or use some way to see it.

Thanks

Original issue reported on code.google.com by yicji...@gmail.com on 20 Jan 2010 at 11:04

GoogleCodeExporter commented 9 years ago
You have to make a round-trip.

1. Create your database with doctrine and your custom yml-file.
2. Import this database with workbench.
3. Done.

This plugin is intended to be used the other way around.

There is a short blog post about a similar problem:
http://technotes.steudel.org/2009/12/how-to-generate-yaml-files-for-doctrine-usi
ng-mysql-workbench/

Original comment by johannes...@gmail.com on 22 Jan 2010 at 9:41

GoogleCodeExporter commented 9 years ago

Original comment by johannes...@gmail.com on 3 Feb 2010 at 2:58