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