쿼리 인덱스

This commit is contained in:
2018-04-21 10:48:55 +09:00
parent 0f45de8384
commit a5875be39b
+1 -1
View File
@@ -151,7 +151,7 @@ CREATE TABLE `general` (
`recturn` CHAR(14) NULL DEFAULT '',
`resturn` CHAR(14) NULL DEFAULT '',
PRIMARY KEY (`no`),
INDEX `nation` (`nation`, `npc`)
INDEX `nation` (`nation`, `npc`),
INDEX `city` (`city`),
INDEX `turntime` (`turntime`, `no`),
INDEX `no_member` (`owner`),