payment1
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user