I am using MySQL Workbench and created an EER Diagram with several classes, columns, relationships, etc... now I have been looking and wondering if it is possible to let this application auto-generate these tables in my database? Up until now I haven't found it.
MySQL Workbench generate tables from EER Diagram
Asked Answered
You can try File -> Export -> Forward Engineer SQL Create Script. Here you can generate the SQL Script corresponding to your EER diagram, and execute this script in your database engine.
Database > Forward engineer... is a wizard who will guide you to the creation of the database you have modeled.
Is this an update to PierreF's 2014 answer? Did the menus change, or is this option available in both? (Which version?) –
Zorina
© 2022 - 2024 — McMap. All rights reserved.