Skip to content

Commit effe17a

Browse files
committed
logi_security_oplog.operation_methods default ''
1 parent 6e05824 commit effe17a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

km-dist/init/sql/ddl-logi-security.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ CREATE TABLE `logi_security_oplog`
3939
operate_type varchar(16) not null comment '操作类型',
4040
target_type varchar(16) not null comment '对象分类',
4141
target varchar(20) not null comment '操作对象',
42-
operation_methods varchar(20) not null comment '操作方式',
42+
operation_methods varchar(20) not null default '' comment '操作方式',
4343
detail text null comment '日志详情',
4444
create_time timestamp default CURRENT_TIMESTAMP null,
4545
update_time timestamp default CURRENT_TIMESTAMP null on update CURRENT_TIMESTAMP comment '更新时间',

0 commit comments

Comments
 (0)