MySQL generate - change the target generator

When I created my model I selected SQL 2012.

I need to flip it to MySQL so where do I modify the target DB generator?

Many thanks!

Stephan

Hi Stephan,

You can always convert your SQL Server 2012 model to MySQL using the Convert Model function. Although if it isn’t too large or complex, I would recommend you to create it again as a new MySQL model. The conversion is not perfect and some database specifics may not be converted entirely.

If you need to create a model for multiple database platforms and versions, you should consider creating a Universal Model and then converting it to whatever database platform/version you need.

Regards,

Lukas