From 291a3058fdf749b86213d67e53526e9ea96e0bbf Mon Sep 17 00:00:00 2001 From: buke <1312023945@qq.com> Date: Wed, 6 Nov 2024 15:51:36 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=8B=E7=8E=AF=E5=A2=9E=E5=8A=A0=E7=94=B5?= =?UTF-8?q?=E9=87=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 1730879403_change_table_bands.up.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 1730879403_change_table_bands.up.sql diff --git a/1730879403_change_table_bands.up.sql b/1730879403_change_table_bands.up.sql new file mode 100644 index 0000000..a19754b --- /dev/null +++ b/1730879403_change_table_bands.up.sql @@ -0,0 +1,2 @@ +ALTER TABLE `ufutx_bands` +ADD COLUMN `battery` varchar(12) NULL COMMENT '电量' AFTER `status`; \ No newline at end of file