Reputation: 25830
I've created an EER diagram with tables, foreign keys, etc in MySQL Workbench and now I want to generate a ".sql" script that will create this database. How do I do that?
Upvotes: 54
Views: 47770
Reputation: 2139
Try: File->Export->Forward Engineer SQL CREATE Script
File->Export->Forward Engineer SQL CREATE Script
Upvotes: 115