Insert new column into the table

The up/down arrows are used to specify execution order, when can be important when the items do things like run sql queries. When defining new columns on an existing table, it would take a lot of work to make ordering possible in a way that works with all databases. Also, I’m not aware of any real benefit for this, as it doesn’t affect db performance, and you can simply order the columns as you want in the SELECT statement.

Regards,