20151012085334_add_text_html_field_to_pages.rb 127 Bytes Raw Blame History Permalink 1 2 3 4 5 class AddTextHtmlFieldToPages < ActiveRecord::Migration def change add_column :kanjai_pages, :text_html, :text end end