I reverse engineered (scaffold) a legacy database system that contains some decimal data types with 0 precision e.g. decimal(3,0), etc. They have the correct data types in the Model and can be read ...