class AddStepTextToRecipes < ActiveRecord::Migration[5.0] def change add_column :recipes, :step_text, :text end end