class AddQrcodeToProject < ActiveRecord::Migration
def change
add_column :projects, :qrcode, :string
end