class AddIsPublicToOutputs < ActiveRecord::Migration
def change
add_column :outputs, :is_public, :boolean
end