priority: p1 High priority. Fix may be included in the next release. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
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 ...