· 7 years ago · Oct 07, 2018, 09:00 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-- Dumping data for table `custom_transmogrification`
11--
12LOCK TABLES `custom_transmogrification` WRITE;
13/*!40000 ALTER TABLE `custom_transmogrification` DISABLE KEYS */;
14/*!40000 ALTER TABLE `custom_transmogrification` ENABLE KEYS */;
15UNLOCK TABLES;