InterSystems FAQ rubric
By default, the order of columns in a table is determined automatically by the system. To change the order, explicitly set the order for each property using the property keyword SqlColumnNumber
when defining the class.
Example:
Property Name As %String [SqlColumnNumber = 2];
Please see the documentation below.