20151228210059_create_kanjai_page_langs.rb 203 Bytes
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