I'm new to EER diagrams and visual database modeling.
I have a mySQL model (EER) that I've created that we forward engineer to create our databases with the exported SQL.
When editing a table in the EER, you are able to insert data too. In this case, I have a SQL statement that inserts 250 odd countries into the table.
How can I run this SQL script against my EER - or do I have to type every one in manually?
Additional Thought: Perhaps I can specify a Stored Procedure that needs to be run when forward engineering the database?