This commit is contained in:
aozhiwei 2021-11-25 19:59:15 +08:00
parent fdab5c07b6
commit cb6b43f294

View File

@ -132,6 +132,7 @@ CREATE TABLE `t_gun_skin` (
PRIMARY KEY (`idx`), PRIMARY KEY (`idx`),
UNIQUE KEY `accountid_skin_id` (`accountid`, `skin_id`) UNIQUE KEY `accountid_skin_id` (`accountid`, `skin_id`)
) ENGINE=InnoDB AUTO_INCREMENT=10000 DEFAULT CHARSET=utf8 COLLATE=utf8_bin; ) ENGINE=InnoDB AUTO_INCREMENT=10000 DEFAULT CHARSET=utf8 COLLATE=utf8_bin;
/*!40101 SET character_set_client = @saved_cs_client */;
-- --
-- Table structure for table `t_gun_talent` -- Table structure for table `t_gun_talent`