1 2 3 4 5
class AddSwitchableToSwitchboardEntry < ActiveRecord::Migration def change add_column :switchboard_entries, :switchable, :boolean end end