class AddNotesToLogs < ActiveRecord::Migration[5.0] def change add_column :logs, :notes, :text end end