From 898c6fd7c17f8ad8ee8ebd5294a44b52dd53f6e3 Mon Sep 17 00:00:00 2001 From: PandaGoAdmin <18610165312@163.com> Date: Thu, 24 Mar 2022 20:28:44 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9sql?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resource/pandax-mysql.sql | 5 ----- 1 file changed, 5 deletions(-) diff --git a/resource/pandax-mysql.sql b/resource/pandax-mysql.sql index 23e7b22..24bcdee 100644 --- a/resource/pandax-mysql.sql +++ b/resource/pandax-mysql.sql @@ -438,11 +438,6 @@ CREATE TABLE `res_emails` ( PRIMARY KEY (`mail_id`) USING BTREE ) ENGINE = InnoDB AUTO_INCREMENT = 2 CHARACTER SET = utf8 COLLATE = utf8_general_ci ROW_FORMAT = Compact; --- ---------------------------- --- Records of res_emails --- ---------------------------- -INSERT INTO `res_emails` VALUES (1, '0', 'smtp.163.com', 25, '18610165312@163.com', '熊猫', 'DCXZCAGTCMSEGPZL', 0, '0', '2022-01-14 16:14:37', '2022-01-17 10:27:57', NULL); - -- ---------------------------- -- Table structure for res_osses -- ----------------------------