Sha256: 6855ed5c7a53ca638adb5b8fe2f59be223dab5f6daa6b048b4adbf1d153e5925
Contents?: true
Size: 380 Bytes
Versions: 14
Compression:
Stored size: 380 Bytes
Contents
class CreateMechanizeStoreProducts < ActiveRecord::Migration def change create_table :mechanize_store_products do |t| t.string :name t.text :description t.string :short_description t.float :price t.float :weight t.float :length t.float :height t.references :product_category, index: true t.timestamps end end end
Version data entries
14 entries across 14 versions & 1 rubygems