class AddIsPublicToAttachment < ActiveRecord::Migration def change add_column :attachments, :is_public, :integer,:default => 1 end end