I'm working on a EF 6 project (ModelFirst).
I use a complex type named "UserInfo" in all my tables.
But, when I create my database from my model, columns are prefixed by the name of the complex type ( ex: UserInfo_CreationDate)
Is there a way to define in the model the column name without its prefix (CreationData in place of UserInfo_CreationDate)?