Alter in Place and Alter by Table Rename is generating same DDL script
I am trying to create a DDL from App Designer in Development for a record that I added new columns. I selected "Alter in Place" and it still created a script that was similar to "Alter by table rename" i.e. it is creating temp table, copy data from original table to temp table, drop the original table, rename the temp table as original table followed by index creation which is not expected for when Alter in Place option selected. Any idea what could be wrong with the record ?