Hi,
A suggestion for the improvement to the current deployment process for table changes in our Software Factory. At present, when a table undergoes a change, the deployment package generates a CREATE script for the entire table. This approach often results in significant data migration, which can be time-consuming during deployment.
To improve efficiency, I propose that if a table change involves adding a column at the end, the deployment package should generate an ALTER statement instead. This modification would significantly expedite the deployment process.
Implementing this change would be highly beneficial for us, as the order of columns in a table is generally not critical. The GUI is configured in the Subject, and for views, handlers, triggers, etc., the code should specify the correct columns explicitly.
Could this be considered as an optional feature in the deployment package?
Thank you for considering this suggestion.
Blommetje