Reorder Columns

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?

1
2 comments

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.

0
Avatar
Permanently deleted user

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.

0

Please sign in to leave a comment.