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