Sha256: 1b49e011a275c1c807a3845811c08f6df9808b7700702f5633aca9fc818b4be0
Contents?: true
Size: 142 Bytes
Versions: 1
Compression:
Stored size: 142 Bytes
Contents
class ChangeMobileLimitOnPeople < ActiveRecord::Migration def change change_column :unico_people, :mobile, :string, limit: 15 end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
unico-training-7.8.0 | db/migrate/20170503094509_change_mobile_limit_on_people.rb |