添加docker-compose部署方式

This commit is contained in:
haoqi
2022-09-13 23:20:41 +08:00
parent c92461ef93
commit 61efdf492f
21 changed files with 2205 additions and 1 deletions

View File

@@ -38,7 +38,7 @@ CREATE TABLE `logi_security_oplog`
operate_page varchar(16) not null default '' comment '操作页面',
operate_type varchar(16) not null comment '操作类型',
target_type varchar(16) not null comment '对象分类',
target varchar(20) not null comment '操作对象',
target varchar(128) not null comment '操作对象',
operation_methods varchar(20) not null default '' comment '操作方式',
detail text null comment '日志详情',
create_time timestamp default CURRENT_TIMESTAMP null,