class AddContentToMission < ActiveRecord::Migration
def change
add_column :missions, :content, :string
end