nnnn
This commit is contained in:
@@ -48,8 +48,8 @@ CREATE TABLE `cai_ops_count`
|
||||
CREATE TABLE `cai_login_min_log`
|
||||
(
|
||||
`id` bigint unsigned NOT NULL AUTO_INCREMENT,
|
||||
`login_date` date not null comment '登录时间',
|
||||
`user_id` bigint(20) NOT NULL DEFAULT 0 COMMENT '用户',
|
||||
`login_date` date comment '登录时间',
|
||||
`user_id` bigint(20) DEFAULT 0 COMMENT '用户',
|
||||
`create_time` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '创建时间',
|
||||
PRIMARY KEY (`id`) USING BTREE,
|
||||
INDEX `idx_date` (`user_id`, `login_date`) USING BTREE
|
||||
|
||||
Reference in New Issue
Block a user