class RemoveCountryFromSampleApps < ActiveRecord::Migration[5.0] def change remove_column :sample_apps, :country, :string end end