修正update.sql语句错误

This commit is contained in:
dataprince 2023-08-31 16:47:23 +08:00
parent 3bb20e1d92
commit 79b3e3a751

View File

@ -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='系统授权表';