修正update.sql语句错误
This commit is contained in:
parent
3bb20e1d92
commit
79b3e3a751
@ -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='系统授权表';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user