Preethi Sriram, 2011-11-02 18:58
class AddAssignedToIdToDocuments < ActiveRecord::Migration
def self.up
add_column :documents, :assigned_to_id, :integer
end
def self.down
remove_column :documents, :assigned_to_id