Sha256: bfbe5b5e4ad9a9d70215d63a75d2c91817c1c609cc494d12717ef7477984264e
Contents?: true
Size: 452 Bytes
Versions: 2
Compression:
Stored size: 452 Bytes
Contents
# This migration comes from mechanize_store (originally 20140402140832) 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 :lenght t.float :height t.references :product_category, index: true t.timestamps end end end
Version data entries
2 entries across 2 versions & 1 rubygems