20151229205737_add_page_datum_id_to_page_contents.rb 152 Bytes
class AddPageDatumIdToPageContents < ActiveRecord::Migration[5.2]
  def change
    add_column :kanjai_page_contents, :page_datum_id, :integer
  end
end