Sha256: 523fe457ba646fd42ba5808a6719dbfef4a5eb74c002f61e6e860a906ca4be1b
Contents?: true
Size: 190 Bytes
Versions: 3
Compression:
Stored size: 190 Bytes
Contents
class CreateProducts < ActiveRecord::Migration def change create_table :products do |t| t.string :name t.string :category t.timestamps null: false end end end
Version data entries
3 entries across 3 versions & 1 rubygems