This question is locked. New answers and comments are not allowed.
I have created a class which has some property. After I to the forward mapping to the database all the column in the database table created but in random order. I would like to create all the column in the order I have created in the class. or some define order I like. Is it possible to do this. It lookes bery confusing when you look at the table in the database which was created by forward mapping.
Thanks
Thanks