Sha256: 1cdcaea5e93db9e5bce81496110baaf91e1d5d93818d224c64ffe3217f0a0439
Contents?: true
Size: 156 Bytes
Versions: 2
Compression:
Stored size: 156 Bytes
Contents
class AddNotesAndOtherContactsToCustomer < ActiveRecord::Migration def change add_column :customers, :other_contacts, :string, :limit => 70 end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
guara-0.0.3 | db/migrate/20121013120849_add_notes_and_other_contacts_to_customer.rb |
guara-0.0.1.rc | db/migrate/20121013120849_add_notes_and_other_contacts_to_customer.rb |