class AddIsLogToRecipe < ActiveRecord::Migration[5.0] def change add_column :recipes, :is_log, :boolean end end