Description:
The Forward Engineer SQL Script Wizard automatically includes create statement for placeholder tables for each view to create. The placeholder table is dropped again further down in the script prior to creating the view.
There might be scenarios, where these placeholder tables are desirable, but in some cases, it would also be desirable, not to have the CREATE and DROP statements for these placeholder tables in the resulting script. Therefore, an option should be available in the Wizard (first step) allowing the user to indicate, if the CREATE/DROP statements for the placeholder tables should be included in the resulting SQL script.
How to repeat:
1) Create a model including at least one view.
2) Forward Engineer the model including the views.
Suggested fix:
An option should be available in the Wizard (first step) allowing the user to indicate, if the CREATE/DROP statements for the placeholder tables should be included in the resulting SQL script.