class AddRecommendationsToDiets < ActiveRecord::Migration[5.0]
  def change
    add_column :diets, :recommendations, :text
  end
end
