Sha256: cead75cdb9991979f4262b87e2acb66c84e755671df0b649559a72047a650ac0
Contents?: true
Size: 174 Bytes
Versions: 7
Compression:
Stored size: 174 Bytes
Contents
class CreateProducts < ActiveRecord::Migration def change create_table :products do |t| t.string :name t.string :uuid t.timestamps end end end
Version data entries
7 entries across 7 versions & 1 rubygems