From d294a7438684a0ce0d192208df692c45dca9c49e Mon Sep 17 00:00:00 2001 From: tian <156691306@qq.com> Date: Tue, 17 Dec 2024 17:01:07 +0800 Subject: [PATCH] change_ufutx_s2_shop_sku --- 1734426025_change_ufutx_s2_shop_sku.up.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 1734426025_change_ufutx_s2_shop_sku.up.sql diff --git a/1734426025_change_ufutx_s2_shop_sku.up.sql b/1734426025_change_ufutx_s2_shop_sku.up.sql new file mode 100644 index 0000000..d991254 --- /dev/null +++ b/1734426025_change_ufutx_s2_shop_sku.up.sql @@ -0,0 +1 @@ +ALTER TABLE `ufutx_s2_shop_sku` ADD `summary` VARCHAR(256) NULL DEFAULT NULL COMMENT '一句话简介' AFTER `title`; \ No newline at end of file