1
This commit is contained in:
parent
fdab5c07b6
commit
cb6b43f294
@ -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`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user