|
|
@@ -26,6 +26,8 @@ class CreateOrderStatics < ActiveRecord::Migration
|
|
|
t.column :is_send, :boolean, :default=>1
|
|
|
# 产品ID
|
|
|
t.column :product_id, :integer, :limit => 8, :default => 0
|
|
|
+ # 汇总ID
|
|
|
+ t.column :static_id, :integer, :limit => 8, :default => 0
|
|
|
# 商品名称
|
|
|
t.column :product_name, :string,:limit => 256
|
|
|
# 数量
|