class AddIsPublicToSoftapplications < ActiveRecord::Migration
def change
add_column :softapplications, :is_public, :integer
end