With some DB backends (specifically AWS Postgres RDS) these fields would load as BigDecimal instead of int. This led to
1) versions being displayed as "1.0.2.0" instead of "1.2", and 2) versions with letters (e.g A.0) leading to a 500 error, as BigDecimal#chr doesn't exist