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