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