We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 027699e commit 4690eb2Copy full SHA for 4690eb2
df.sql
@@ -774,7 +774,10 @@ CREATE TABLE `user` (
774
`scan_count` int(11) DEFAULT '0',
775
`follow_count` int(11) DEFAULT '0',
776
`follower_count` int(11) DEFAULT '0',
777
- PRIMARY KEY (`uid`)
+ PRIMARY KEY (`uid`),
778
+ KEY `email` (`email`),
779
+ KEY `post_count` (`post_count`),
780
+ KEY `join_time` (`join_time`)
781
) ENGINE=InnoDB AUTO_INCREMENT=13 DEFAULT CHARSET=utf8;
782
783
-- ----------------------------
0 commit comments