I am trying to remove the precision and scale attributes from decimal (PostgreSQL NUMERIC) fields in my database?
NUMERIC
The fields:
t.decimal
In your migration file change your field to :integer and run run rake db:migrate