Sha256: 04895c18da6ebe15e4ae52a0b2509a459a18f26c6b26228d230628365eff9e8d
Contents?: true
Size: 238 Bytes
Versions: 5
Compression:
Stored size: 238 Bytes
Contents
class CreateProducts < ActiveRecord::Migration def change create_table :products, as_relation_superclass: 'producible' do |t| t.string :name t.float :price t.integer :store_id t.timestamps end end end
Version data entries
5 entries across 5 versions & 1 rubygems