20151229205737_add_page_datum_id_to_page_contents.rb 147 Bytes Raw Blame History Permalink 1 2 3 4 5 class AddPageDatumIdToPageContents < ActiveRecord::Migration def change add_column :kanjai_page_contents, :page_datum_id, :integer end end