20151012074517_add_markdown_html_field_to_pages.rb 140 Bytes
class AddMarkdownHtmlFieldToPages < ActiveRecord::Migration[5.2]
  def change
    add_column :kanjai_pages, :markdown_html, :text
  end
end