This commit is contained in:
Kyep
2020-10-24 20:52:35 -07:00
parent 48061638d8
commit 1e6badbd4a
+2 -2
View File
@@ -97,9 +97,9 @@ CREATE TABLE `customuseritems` (
`cuiReason` text,
`cuiPropAdjust` text,
`cuiJobMask` text NOT NULL,
PRIMARY KEY (`id`)
PRIMARY KEY (`id`),
KEY `cuiCKey` (`cuiCKey`)
) ENGINE=MyISAM AUTO_INCREMENT=56 DEFAULT CHARSET=utf8mb4;
ALTER TABLE `customuseritems` ADD INDEX(`cuiCKey`);
/*!40101 SET character_set_client = @saved_cs_client */;
--