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