class CreatePokeviewerLocations < ActiveRecord::Migration[5.1] def change create_table :pokeviewer_locations do |t| t.string :name, null: false t.timestamps end end end