-
Jean Boussier authored
Fix: https://github.com/rails/rails/issues/54556 When getting an integer value from the database, all adapters will create return a real integer. But when we ininitialize an attribute from the column defaults, the attribute is given a string, that's inconsistent.
Jean Boussier authoredFix: https://github.com/rails/rails/issues/54556 When getting an integer value from the database, all adapters will create return a real integer. But when we ininitialize an attribute from the column defaults, the attribute is given a string, that's inconsistent.
Loading