xxxxxxxxxx
rails db:migrate:status
rails dbconsole
delete from schema_migrations where version='<version>';
xxxxxxxxxx
rails g migration Remove..From.. col1:type col2:type col3:type
#Exemple :
rails g migration RemoveCountryFromSampleApps country:string