logi_security_oplog.operation_methods default ''

This commit is contained in:
Strangevy
2022-09-01 10:28:00 +08:00
parent 6e058240b3
commit effe17ac85

View File

@@ -39,7 +39,7 @@ CREATE TABLE `logi_security_oplog`
operate_type varchar(16) not null comment '操作类型', operate_type varchar(16) not null comment '操作类型',
target_type varchar(16) not null comment '对象分类', target_type varchar(16) not null comment '对象分类',
target varchar(20) not null comment '操作对象', target varchar(20) not null comment '操作对象',
operation_methods varchar(20) not null comment '操作方式', operation_methods varchar(20) not null default '' comment '操作方式',
detail text null comment '日志详情', detail text null comment '日志详情',
create_time timestamp default CURRENT_TIMESTAMP null, create_time timestamp default CURRENT_TIMESTAMP null,
update_time timestamp default CURRENT_TIMESTAMP null on update CURRENT_TIMESTAMP comment '更新时间', update_time timestamp default CURRENT_TIMESTAMP null on update CURRENT_TIMESTAMP comment '更新时间',