From 4875e396256021b095d8cf07df81231698ce7140 Mon Sep 17 00:00:00 2001 From: chenweijian <820961417@qq.com> Date: Fri, 30 Jun 2023 14:15:01 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B4=BE=E5=AF=B9=E9=82=80=E8=AF=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...\272\272\346\264\276\345\257\271\347\224\263\350\257\267.sql" | 1 + 1 file changed, 1 insertion(+) diff --git "a/mysql/\346\226\260\344\272\272\346\264\276\345\257\271\347\224\263\350\257\267.sql" "b/mysql/\346\226\260\344\272\272\346\264\276\345\257\271\347\224\263\350\257\267.sql" index aaf5c12..0669448 100644 --- "a/mysql/\346\226\260\344\272\272\346\264\276\345\257\271\347\224\263\350\257\267.sql" +++ "b/mysql/\346\226\260\344\272\272\346\264\276\345\257\271\347\224\263\350\257\267.sql" @@ -15,6 +15,7 @@ CREATE TABLE `invite_apply` ( KEY `user_id` (`user_id`) USING BTREE, KEY `new_user_id` (`new_user_id`) USING BTREE, KEY `platform` (`platform`) USING BTREE, + KEY `platform_id` (`platform_id`) USING BTREE, KEY `status` (`status`) USING BTREE, KEY `created_time` (`created_time`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci COMMENT='新人邀请申请'; \ No newline at end of file -- 2.22.0