20151009105837_change_column_parent_id_to_pages2.rb 138 Bytes Raw Blame History Permalink 1 2 3 4 5 class ChangeColumnParentIdToPages2 < ActiveRecord::Migration def change change_column :kanjai_pages, :parent_id, :integer end end