class ModifyShixun < ActiveRecord::Migration
def up
remove_column :shixuns, :parent_id
remove_column :shixuns, :forked_form
remove_column :shixuns, :forked_count
end
def down