The project I'm working on uses Entity Framework 6.0 Code-First....One of my co-workers, due to his lack of experience with EF, manually changed the field type of a field on the database to being ...decimal(28,10)..., instead of doing it the correct way i...