Sha256: 9a1a44de93afd66aad6829574a475f0cdc6c8b41b5d664e14a062896b23c9e75
Contents?: true
Size: 271 Bytes
Versions: 5
Compression:
Stored size: 271 Bytes
Contents
# This migration comes from droom (originally 20130129142307) class MobilePhones < ActiveRecord::Migration def change add_column :droom_people, :mobile, :string add_column :droom_people, :dob, :datetime add_column :droom_people, :female, :boolean end end
Version data entries
5 entries across 5 versions & 1 rubygems