class AddColumnRepairReminderSetting < ActiveRecord::Migration def change add_column :settings, :vendor_repair, :boolean , :default => true end end