20151012085334_add_text_html_field_to_pages.rb 132 Bytes
class AddTextHtmlFieldToPages < ActiveRecord::Migration[5.2]
  def change
    add_column :kanjai_pages, :text_html, :text
  end
end