Files
ruoyi-java/sql/jd_order_model_shop.sql
2026-06-03 12:06:43 +08:00

3 lines
261 B
SQL
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
-- 京东订单:型号店铺短前缀(与 model_number 拆分存储,便于筛选;完整对外型号 = model_number + model_shop
ALTER TABLE jd_order ADD COLUMN model_shop VARCHAR(64) DEFAULT NULL COMMENT '型号店铺短前缀(如海尔厨房)';