20151229205737_add_page_datum_id_to_page_contents.rb 147 Bytes
class AddPageDatumIdToPageContents < ActiveRecord::Migration
  def change
    add_column :kanjai_page_contents, :page_datum_id, :integer
  end
end