20151228210059_create_kanjai_page_langs.rb 203 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 class CreateKanjaiPageLangs < ActiveRecord::Migration def change create_table :kanjai_page_langs do |t| t.string :code t.string :title t.timestamps null: false end end end