Sha256: 736b80d745701c089849bbd00ca22dc1d46e94a68a03ecee0fe1acfc1a6c21ed

Contents?: true

Size: 131 Bytes

Versions: 264

Compression:

Stored size: 131 Bytes

Contents

class AddDateOfBirthToProfile < ActiveRecord::Migration
  def change
    add_column :profiles, :date_of_birth, :datetime
  end
end

Version data entries

264 entries across 256 versions & 19 rubygems

Version Path
enju_leaf-1.1.0.rc16 db/migrate/20141003182825_add_date_of_birth_to_profile.rb
enju_message-0.1.14.pre20 spec/dummy/db/migrate/20141003182825_add_date_of_birth_to_profile.rb
enju_library-0.1.0.pre39 spec/dummy/db/migrate/20141003182825_add_date_of_birth_to_profile.rb
enju_biblio-0.1.0.pre63 spec/dummy/db/migrate/20141003182825_add_date_of_birth_to_profile.rb