20151009080713_create_kanjai_pages.rb 201 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 class CreateKanjaiPages < ActiveRecord::Migration def change create_table :kanjai_pages do |t| t.string :title t.integer :parent_id t.timestamps null: false end end end