Description:
In erwin there are three different orders for Attributes/Columns. What is their relevance?
Solution:
There are three different orders in erwin as follows:
Attribute/Logical Column Physical

Here is the explanation of the three orders:
Here is the purpose of having two separate Column and Physical orders:
In the database, the member order of the Primary Key (PK) Constraint MUST match the member order of the Foreign Key (FK) Constraint. If you use the Column Order, the PK Constraint member order is the same as in the Create Table... syntax and so will be the FK Constraint member order. In situations where the Create Table... syntax needs to have a different order than its PK Constraint member order, you will need the Physical Order. In Forward Engineering, there is an option to use either Column Order or Physical Order.

Checking Physical Order in the screen shot above will use Physical Order whereas keeping it unchecked will use Column Order.
NOTE: the order of the attributes/columns in the model explorer is in alphabetical order for being able to quickly locate the attribute/column.