This commit is contained in:
2026-04-10 13:31:15 +08:00
parent 6c59e41b32
commit c092662ebe
56 changed files with 4362 additions and 684 deletions
+6
View File
@@ -0,0 +1,6 @@
CREATE TABLE `wa_user_team` (
`descendant_id` int NOT NULL,
`ancestor_id` int NOT NULL,
`depth` int DEFAULT NULL,
`status` tinyint DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;