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