Please consider editing your post and mark it as obsolete instead. Do you want to delete post?
Reorder Columns
Permanently deleted user
Created
I just added a new column to an existing table (SQL Server/table contains rows). 0xDBE defaults to placing the new column at the end. Is it possible to reorder the column positions?
SSMS will do the same thing I believe. I think adding a column that is anywhere but the end of the table requires re-creating the table for SQL Server.
No, seems that it's not possible. You can create a feature request in our bug tracker:http://youtrack.jetbrains.com/issues/DBE
Thank you,
Alexander.
SSMS will do the same thing I believe. I think adding a column that is anywhere but the end of the table requires re-creating the table for SQL Server.