Sha256: 093cdd8c90c9147d717dd4b31fc7757560035e1cf05fa5333cf66890e9ba6e0c
Contents?: true
Size: 414 Bytes
Versions: 2
Compression:
Stored size: 414 Bytes
Contents
# This migration comes from spree (originally 20150127161843) class CreateOrderStockLocations < ActiveRecord::Migration def change create_table :spree_order_stock_locations do |t| t.integer :order_id t.integer :variant_id t.integer :quantity t.integer :stock_location_id t.boolean :shipment_fulfilled, null: false, default: false t.timestamps null: true end end end
Version data entries
2 entries across 2 versions & 1 rubygems