1 2 3 4 5 6
class AddNightlyRebootToPhone < ActiveRecord::Migration def change add_column :phones, :nightly_reboot, :boolean end end