If it is a reversible migration and the last one which has been executed, then run rake db:rollback
. And you can always use version.
e.g
the migration file is 20140716084539_create_customer_stats.rb,so the rollback command will be,
rake db:migrate:down VERSION=20140716084539