Sha256: 3737ec1f10deb32218fbdd023c3d77316a9dc6354cb4eb31002151e31d84a714

Contents?: true

Size: 152 Bytes

Versions: 8

Compression:

Stored size: 152 Bytes

Contents

class CreateGrandmothers < ActiveRecord::Migration
  def change
    create_table :grandmothers do |t|

      t.timestamps null: false
    end
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
entangled-1.5.0 spec/dummy/db/migrate/20150329034915_create_grandmothers.rb
entangled-1.4.1 spec/dummy/db/migrate/20150329034915_create_grandmothers.rb
entangled-1.4.0 spec/dummy/db/migrate/20150329034915_create_grandmothers.rb
entangled-1.2.0 spec/dummy/db/migrate/20150329034915_create_grandmothers.rb
entangled-1.1.1 spec/dummy/db/migrate/20150329034915_create_grandmothers.rb
entangled-1.1.0 spec/dummy/db/migrate/20150329034915_create_grandmothers.rb
entangled-1.0.0 spec/dummy/db/migrate/20150329034915_create_grandmothers.rb
entangled-0.0.26 spec/dummy/db/migrate/20150329034915_create_grandmothers.rb