class AddOtGenderToPokemon < ActiveRecord::Migration[5.1] def change add_column :pokemon, :ot_gender, :string, null: false, default: "" end end