class AddNameToQuiz < ActiveRecord::Migration[5.0] def change add_column :quizzes, :name, :string, after: :id end end