Upgrading databases - table columns
morpheum
Posts: 5
Hi,
I notice when generating scripts to upgrade a database and executing them the new columns for tables get appended to the end of the table in the older database.
Is it possible to request that the columns added so that table has columns in the same order for new and old database versions?
Thanks
Peter
I notice when generating scripts to upgrade a database and executing them the new columns for tables get appended to the end of the table in the older database.
Is it possible to request that the columns added so that table has columns in the same order for new and old database versions?
Thanks
Peter
Comments
Yes indeed, the force column order to be identical option has been in the software for the past few versions. This option will force a table rebuild so as to preserve the columns' ordinal positions after the synchronization.