Hi
As far as I know, there is no impact on performance (noticeable) on which order you have your columns.
However, a good rule of thumb, is to have the primary key columns in the table as the first columns. (These are least likely to be updated as well)
What causes performance impact, is...