From 79b3e3a7511ea6b567b16112d53b37528f72dca4 Mon Sep 17 00:00:00 2001 From: dataprince Date: Thu, 31 Aug 2023 16:47:23 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3update.sql=E8=AF=AD=E5=8F=A5?= =?UTF-8?q?=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sql/update.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sql/update.sql b/sql/update.sql index cddf4f0..7806e8d 100644 --- a/sql/update.sql +++ b/sql/update.sql @@ -161,7 +161,7 @@ create table sys_client ( create_time datetime default null comment '创建时间', update_by bigint(20) default null comment '更新者', update_time datetime default null comment '更新时间', - `remark` VARCHAR(250) NULL DEFAULT NULL COMMENT '备注' COLLATE 'utf8mb4_bin' + `remark` VARCHAR(250) NULL DEFAULT NULL COMMENT '备注' COLLATE 'utf8mb4_bin', primary key (id) ) engine=innodb comment='系统授权表';