What\'s the syntax for dropping a database table column through a Rails migration?
Heres one more from rails console
ActiveRecord::Migration.remove_column(:table_name, :column_name)