Sha256: b2a1fb48b203e58ab4dc2d4ae8f087954b3a0e8ef94983b6a29517269f2594e9
Contents?: true
Size: 136 Bytes
Versions: 1
Compression:
Stored size: 136 Bytes
Contents
class AddDateOfBirthToProfile < ActiveRecord::Migration[5.1] def change add_column :profiles, :date_of_birth, :datetime end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
enju_seed-0.4.0.beta.1 | db/migrate/20141003182825_add_date_of_birth_to_profile.rb |