From 4197ce822c0338d383e90f6f4d1415b423002282 Mon Sep 17 00:00:00 2001 From: tian <156691306@qq.com> Date: Thu, 9 Jan 2025 14:32:40 +0800 Subject: [PATCH] change ufutx_s2_shop_order --- 1736404351_change_ufutx_s2_shop_order.up.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 1736404351_change_ufutx_s2_shop_order.up.sql diff --git a/1736404351_change_ufutx_s2_shop_order.up.sql b/1736404351_change_ufutx_s2_shop_order.up.sql new file mode 100644 index 0000000..91b5e3d --- /dev/null +++ b/1736404351_change_ufutx_s2_shop_order.up.sql @@ -0,0 +1 @@ +ALTER TABLE `ufutx_s2_shop_order` ADD `snapshot_title` VARCHAR(1024) NOT NULL DEFAULT '' COMMENT '快照名称' AFTER `snapshot_id`; \ No newline at end of file