class CreateArtistTable < ActiveRecord::Migration[5.0] def change create_table :artists do |t| t.string "name" end end end