Sha256: 673f581f1a1be8bdb25ac0eccf47de1ea2aacaf749aa78c7cbc5ed76ea6f5dda
Contents?: true
Size: 257 Bytes
Versions: 1
Compression:
Stored size: 257 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 end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
indices-0.0.1 | test/dummy/db/migrate/20161104164148_create_products.rb |