20110922110156_add_code_to_project.rb 113 Bytes Edit Raw Blame History 1 2 3 4 5 class AddCodeToProject < ActiveRecord::Migration def change add_column :projects, :code, :string end end