I\'ve got a table where I used integer on a field which needs decimal places, so I\'m trying to create a migration which changes the field type from integer to float/real. M
make sure your command is rake db:migrate . Pay attention to there is no any space between : and migrate
rake db:migrate
:
migrate