class RemovePassIdFromPeople < ActiveRecord::Migration[5.0] def change remove_column :people, :PassId, :integer end end