1 2 3 4 5 6 7 8 9
class CreatePokeviewerLocations < ActiveRecord::Migration[5.1] def change create_table :locations do |t| t.string :name, null: false t.timestamps end end end