Sha256: 98190585aed16d382019d0c15df6d18cc590d6db4aabf04b618375f171c740d2

Contents?: true

Size: 144 Bytes

Versions: 4

Compression:

Stored size: 144 Bytes

Contents

class CreateProducts < ActiveRecord::Migration
  def change
    create_table :products do |t|

      t.timestamps null: false
    end
  end
end

Version data entries

4 entries across 4 versions & 3 rubygems

Version Path
pagers-4.0.0.1 test/dummy/db/migrate/20130820024335_create_products.rb
translatable_records-4.0.0.1 test/dummy/db/migrate/20130819155126_create_products.rb
translatable_records-4.0.0.0 test/dummy/db/migrate/20130819155126_create_products.rb
eager_counting-0.1.0 test/dummy/db/migrate/20150727081904_create_products.rb