20151229105917_create_kanjai_page_data.rb 233 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 class CreateKanjaiPageData < ActiveRecord::Migration def change create_table :kanjai_page_data do |t| t.string :title t.string :url t.text :template_content t.timestamps null: false end end end