|
|
@@ -9,6 +9,10 @@ class CreateProductWarns < ActiveRecord::Migration
|
|
|
t.column :product_id, :integer, :limit => 4, :null => false, :default => 0
|
|
|
# 商品名称
|
|
|
t.column :product_name, :string, :limit => 128, :null => false,:default => ""
|
|
|
+ # 商品类型
|
|
|
+ t.column :product_type, :string, :limit => 128, :null => false,:default => ""
|
|
|
+ # 商品规格
|
|
|
+ t.column :product_size, :string, :limit => 128, :null => false,:default => ""
|
|
|
# 近90日销售
|
|
|
t.column :sale_90, :integer, :limit => 11, :null => false, :default => 0
|
|
|
# 近30日销售
|