class RenameParentIdInShixun < ActiveRecord::Migration
def up
rename_column :myshixuns, :parent_id, :shixun_id
end
def down