0

Alter table script puts new column on the bottom of the table

Cor Slange 3 years ago 0

I added a column at an existing table.

Our columns are logically ordered, therefore I wanted the new column to be below a certain column.

However when using the Alter script it puts the column at the bottom of the table.

Is it also possible (or can it be made possible) to put the column at the position where I put it in the model?