From de9c9cf237cca46193a908cfdee39cb73644499d Mon Sep 17 00:00:00 2001 From: siontion Date: Tue, 25 Jun 2024 08:52:38 +0800 Subject: [PATCH] =?UTF-8?q?=E6=93=8D=E4=BD=9C=E6=97=A5=E5=BF=97=20ua=20?= =?UTF-8?q?=E9=95=BF=E5=BA=A6=E8=AE=BE=E5=AE=9A=E5=8F=98=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sql/v1.0.0/2.business/1.structure.sql | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sql/v1.0.0/2.business/1.structure.sql b/sql/v1.0.0/2.business/1.structure.sql index 812cfcde..1b6cbe2d 100644 --- a/sql/v1.0.0/2.business/1.structure.sql +++ b/sql/v1.0.0/2.business/1.structure.sql @@ -297,4 +297,7 @@ CREATE TABLE `base_salary_setting` ( `deleted` bit(1) NOT NULL DEFAULT b'0' COMMENT '是否删除', `tenant_id` bigint(20) NOT NULL DEFAULT '0' COMMENT '租户编号', PRIMARY KEY (`id`) -) ENGINE=InnoDB COMMENT='员工工资设置'; \ No newline at end of file +) ENGINE=InnoDB COMMENT='员工工资设置'; + + +ALTER TABLE `system_operate_log` MODIFY COLUMN `user_agent` VARCHAR(1024) DEFAULT NULL COMMENT '浏览器 UA'; \ No newline at end of file