+1
Voltooid

Please add option to generate SQL for selected tables/relationships only

Laimonas Anusauskas 9 jaar geleden bijgewerkt door Carrie Dean 6 jaar geleden 3
Generating SQL for entire model is fine when creating new database, but when making incremental updates it would be very helpful to be able to select tables/relationships and generate SQL only for that subset. Going through each table/relationship and generating SQL preview is cumbersome.
Planned
In the upcoming months we plan to add the generation of migration scripts. This feature should solve the issue of handling incremental changes.
Voltooid

Both selected objects generation and migration scripts have already been done and are available on production.

When generating the SQL for a selected table, the constraints are not generated in the script.  They are only generated with you generated the whole model.