20110917212932_add_identifier_to_key.rb 117 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 class AddIdentifierToKey < ActiveRecord::Migration def change add_column :keys, :identifier, :string end end