CREATE TABLE t_zb_op_log
(
id
bigint(50) unsigned NOT NULL AUTO_INCREMENT COMMENT '操作日志id',
module
varchar(100) NOT NULL DEFAULT '' COMMENT '操作模块',
content
varchar(300) NOT NULL DEFAULT '' COMMENT '操作内容',
ip
varchar(100) NOT NULL DEFAULT '' COMMENT '操作iP地址',
result
varchar(100) NOT NULL DEFAULT '' COMMENT '操作结果',
log_date
datetime NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '操作时间',
creator
varchar(100) NOT NULL DEFAULT '' COMMENT '创建者',
PRIMARY KEY (id
) USING BTREE
) ENGINE=InnoDB AUTO_INCREMENT=10156 DEFAULT CHARSET=utf8 COMMENT='操作日志表';
-
Notifications
You must be signed in to change notification settings - Fork 0
dashenghuo/springboot-demo
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published