20160314201510_add_root_page_to_pages.rb 146 Bytes
class AddRootPageToPages < ActiveRecord::Migration[5.2]
  def change
    add_column :kanjai_pages, :root_page, :boolean, default: false
  end
end