First way: Create tables before (using SQL statements) then create ERD (Database → Reverse Engineer). Second way: Create empty databases then create ERD (Database → Reverse Engineer), you can create ...
The mysql-workbench-schema-export command helps export a workbench schema model directly from command line. It has feature to customize export configuration before exporting. By default, it will use ...