Archiv

Archiv für die Kategorie ‘MySQL Workbench’

Symfony YAML MySQL Workbench Plugin

26. Januar 2012 Keine Kommentare

I’ve improved the SymfonyYamlMysqlWorkbench Plugin so it can handle the DECIMAL type correctly.

 

Installation instructions:

Download the attached file and install into your modules directory of  MySQL
Workbench. If you installed into the default location then this  will be
Windows:
C:\Program Files\MySQL\MySQL Workbench 5.0 OSS\modules\
Linux:
~/.mysql/workbench/modules/
Now when you run MySQL Workbench you will get two new entries in the
Plugins->Catalog Menu

 

My improved version to export a Symfony schema.yml from MySQL Workbench with correct DECIMAL type handling can be found here.

The original plugin can be found here.