20130804151314_add_st_diff_to_note.rb 125 Bytes EditWeb IDE 1 2 3 4 5 class AddStDiffToNote < ActiveRecord::Migration def change add_column :notes, :st_diff, :text, :null => true end end