Compare commits

..

No commits in common. "fb140baeaaeeeebb232caec8924850c3c665afa7" and "1cdf2cc40ca6bc66e9796b510de6e12c0d7d6e39" have entirely different histories.

1 changed files with 5 additions and 0 deletions

View File

@ -463,6 +463,11 @@ CREATE TABLE `sys_email_users` (
INDEX `idx_time`(`update_time` ASC, `create_time` ASC) USING BTREE COMMENT '索引创建时间和更新时间'
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_0900_ai_ci COMMENT = '邮箱发送表' ROW_FORMAT = DYNAMIC;
-- ----------------------------
-- Records of sys_email_users
-- ----------------------------
INSERT INTO `sys_email_users` VALUES (2, '3324855376@qq.com', 'fdehkkbmavalcjea', 'smtp.qq.com', 465, 'smtps', 0, 1, '2024-05-14 18:43:50', '2025-05-01 00:09:04', 0, 1, 0);
-- ----------------------------
-- Table structure for sys_files
-- ----------------------------