質問編集履歴
1
誤字修正
title
CHANGED
File without changes
|
body
CHANGED
@@ -101,7 +101,7 @@
|
|
101
101
|
PRIMARY KEY (`user_id`),
|
102
102
|
INDEX `name` (`name`),
|
103
103
|
INDEX `del_flg` (`del_flg`),
|
104
|
-
INDEX `
|
104
|
+
INDEX `creation_time` (`creation_time`)
|
105
105
|
)
|
106
106
|
COLLATE='utf8_general_ci'
|
107
107
|
ENGINE=InnoDB;
|