class AddDeafultValueToMissions < ActiveRecord::Migration def change change_column :missions, :status, :integer, default: 1 end end