Sha256: 15ac4d8f055ddde84910db823cd062c4b36d71c5ceb866f9d5b7fe70544816f2
Contents?: true
Size: 289 Bytes
Versions: 6
Compression:
Stored size: 289 Bytes
Contents
class CreateProducts < ActiveRecord::Migration def change create_table :products do |t| t.string :name t.string :category t.integer :shop_id t.integer :price t.integer :position t.string :currency t.timestamps null: false end end end
Version data entries
6 entries across 6 versions & 2 rubygems