class AddGpidToProject < ActiveRecord::Migration
def change
add_column :projects, :gpid, :integer
end