We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7699acf + effe17a commit 560b322Copy full SHA for 560b322
km-dist/init/sql/ddl-logi-security.sql
@@ -39,7 +39,7 @@ CREATE TABLE `logi_security_oplog`
39
operate_type varchar(16) not null comment '操作类型',
40
target_type varchar(16) not null comment '对象分类',
41
target varchar(20) not null comment '操作对象',
42
- operation_methods varchar(20) not null comment '操作方式',
+ operation_methods varchar(20) not null default '' comment '操作方式',
43
detail text null comment '日志详情',
44
create_time timestamp default CURRENT_TIMESTAMP null,
45
update_time timestamp default CURRENT_TIMESTAMP null on update CURRENT_TIMESTAMP comment '更新时间',
0 commit comments