From 3fb91a4cf4d1aae15e3862119411f8a6672ecb74 Mon Sep 17 00:00:00 2001 From: buke <1312023945@qq.com> Date: Thu, 19 Sep 2024 18:12:44 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=89=AB=E7=A0=81=E7=BB=9F?= =?UTF-8?q?=E8=AE=A1=E6=95=B0=E6=8D=AE=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 1726739802_change_table_scan_log.up.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 1726739802_change_table_scan_log.up.sql diff --git a/1726739802_change_table_scan_log.up.sql b/1726739802_change_table_scan_log.up.sql new file mode 100644 index 0000000..fbf570d --- /dev/null +++ b/1726739802_change_table_scan_log.up.sql @@ -0,0 +1,4 @@ +ALTER TABLE `ufutx_share_scan_log` +ADD COLUMN `ip` varchar(32) NULL COMMENT 'ip' AFTER `open_id`, +ADD COLUMN `platform` varchar(24) NULL COMMENT '系统类型' AFTER `ip`, +ADD COLUMN `remark` text NULL COMMENT '备注' AFTER `platform`; \ No newline at end of file