20120110180749_add_line_number_to_note.rb 133 Bytes Edit Raw Blame History 1 2 3 4 5 class AddLineNumberToNote < ActiveRecord::Migration def change add_column :notes, :line_code, :string, :null => true end end