Sha256: 0c15902b1da92bf1980b6b3e9b306a42751315491ed692059c7a152edb409343
Contents?: true
Size: 224 Bytes
Versions: 1
Compression:
Stored size: 224 Bytes
Contents
class AddPhoneToPeople < ActiveRecord::Migration def change add_column :people, :phone, :string, limit: 14 add_column :people, :fax, :string, limit: 14 add_column :people, :mobile, :string, limit: 14 end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
unico-training-7.8.0 | db/migrate/20110602184257_add_phone_to_people.rb |