· 7 years ago · Oct 07, 2018, 08:26 PM
1-- ----------------------------
2-- Table structure for `custom_transmogrification`
3-- ----------------------------
4DROP TABLE IF EXISTS `custom_transmogrification`;
5CREATE TABLE `custom_transmogrification` (
6 `GUID` int(10) unsigned NOT NULL DEFAULT '0',
7 `FakeEntry` int(10) unsigned NOT NULL DEFAULT '0'
8) ENGINE=InnoDB DEFAULT CHARSET=latin1;
9
10--
11-- Dumping data for table `custom_transmogrification`
12--
13
14LOCK TABLES `custom_transmogrification` WRITE;
15/*!40000 ALTER TABLE `custom_transmogrification` DISABLE KEYS */;
16/*!40000 ALTER TABLE `custom_transmogrification` ENABLE KEYS */;
17UNLOCK TABLES;