Sha256: 2aa670e037593fa6907b490b2c5ea67276f3c1ed919a9b33271de0373365918c
Contents?: true
Size: 232 Bytes
Versions: 1
Compression:
Stored size: 232 Bytes
Contents
class CreateDummyParents < ActiveRecord::Migration def change create_table :dummy_parents do |t| t.string :name t.integer :dummy_grandparent_id t.integer :dummy_tribe_id t.timestamps end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
buttafly-0.0.1 | test/dummy/db/migrate/20140919001242_create_dummy_parents.rb |