1
This commit is contained in:
2
sql/jd_order_model_shop.sql
Normal file
2
sql/jd_order_model_shop.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
-- 京东订单:型号店铺短前缀(与 model_number 拆分存储,便于筛选;完整对外型号 = model_number + model_shop)
|
||||
ALTER TABLE jd_order ADD COLUMN model_shop VARCHAR(64) DEFAULT NULL COMMENT '型号店铺短前缀(如海尔厨房)';
|
||||
Reference in New Issue
Block a user