class AddQrcodeExpiretimeToProjects < ActiveRecord::Migration def change add_column :projects, :qrcode_expiretime, :integer, :default => 0 end end