20151012085334_add_text_html_field_to_pages.rb 127 Bytes
class AddTextHtmlFieldToPages < ActiveRecord::Migration
  def change
    add_column :kanjai_pages, :text_html, :text
  end
end