From b74a813cc9652fea39e290a6dcbb59a3b7bbfae9 Mon Sep 17 00:00:00 2001 From: liujiang <569804566@qq.com> Date: Wed, 27 Aug 2025 12:04:32 +0800 Subject: [PATCH] =?UTF-8?q?master=EF=BC=9Asql=20=E5=88=9D=E5=A7=8B?= =?UTF-8?q?=E5=8C=96=E8=B0=83=E6=95=B4=EF=BC=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sql/ry_20240629.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/sql/ry_20240629.sql b/sql/ry_20240629.sql index 659a3b430..680bd6e34 100644 --- a/sql/ry_20240629.sql +++ b/sql/ry_20240629.sql @@ -3613,6 +3613,7 @@ CREATE TABLE `store_product_demand_detail` `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT COMMENT '档口商品需求明细ID', `store_prod_demand_id` bigint UNSIGNED NOT NULL COMMENT '档口商品需求ID', `store_prod_color_id` bigint UNSIGNED NOT NULL COMMENT '档口商品颜色ID', + `store_color_id` bigint UNSIGNED NOT NULL COMMENT '档口颜色ID', `store_prod_id` bigint UNSIGNED NOT NULL COMMENT '档口商品ID', `store_id` bigint UNSIGNED NOT NULL COMMENT '档口ID', `prod_art_num` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '商品货号',