20151012074517_add_markdown_html_field_to_pages.rb 135 Bytes
class AddMarkdownHtmlFieldToPages < ActiveRecord::Migration
  def change
    add_column :kanjai_pages, :markdown_html, :text
  end
end