class AddStorageInfoToPokemon < ActiveRecord::Migration[5.1] def change add_column :pokemon, :box, :integer, null: true add_column :pokemon, :slot, :integer, null: true end end