myfitment
Results
2
issues of
myfitment
Hey, just trying to do a really simple thing and write a 13 digit numeric string and store it as text. Don't want scientific notation. This gem doesn't accept the...
Same result on change_column. The following migration: ``` add_column :users, :admin, :boolean, { default: false, null: false } ``` causes the following error: ``` wrong number of arguments (2 for...