Вопрос

How can i convert my ER diagram to an SQL file in MySQL Workbench?

My ER diagram in MySQL Workbench already consists of tables, foreign keys etc, how can I convert it to MySQL script.

Это было полезно?

Решение

There is a menu item to do this: FileExportForward Engineer SQL CREATE Script...

Or, you can do this with Ctrl+Shift+G shortcut - it is handy if you use the Forward Engineer often.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top