I have a very annoying problem: when a column changes in the DB schema (for example its description), the associated property name is overwritten by its default value.
For example, I have a DB column named "PERC" which means "PersonalCode".
At first generation, I renamed my column from "Perc" (default value) to "PersonalCode" (which is much more convenient, I hope you'll agree

But when the column was updated (even with a very small change such as description update), the property name is set back to "Perc" (right, the default value).
Am I missing something somewhere? Is this a bug?
Thanks for help.
Pascal.