Sha256: 5cba568b4c55fcb8fd865f52a2adc112daefe6db669f4944d73deba344d520a6
Contents?: true
Size: 121 Bytes
Versions: 1
Compression:
Stored size: 121 Bytes
Contents
class AddAgeToDummyChild < ActiveRecord::Migration def change add_column :dummy_children, :age, :integer end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
buttafly-0.0.1 | test/dummy/db/migrate/20141101223453_add_age_to_dummy_child.rb |