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