Hello Forum!
I recently installed TDM v5.0.5. I was used to work with earlier versions of TDM.
I have tried the following simple operation:
- Reverse engineer one table
- Alter fields order
- Create alter script to have this reflected in the DB
In earlier versions of TDM the resulting script would rename the current table to some temporary name, create the new, insert the data from the old table into the new one, and drop the old table. The script I have produced with this version just drops the current table, creates it new and creates other attributes (PK, etc).
Is there any check I need to set in order to have TDM migrate the old data? I have checked it twice but see nothing obvious.
Thanks,
–
Julio.