Insert new column into the table

Insert new column into the table
In the transaction group, the Run-Always Expression Items & Triggered Expression Items have up/down arrow to move item to where I want, but the basic OPC Group items do not have up/down arrow. When I added a new Item ( new column) it ended up being the last column in the table.
TIA.

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,