SET FOREIGN_KEY_CHECKS=0;
-- ----------------------------
-- Table structure for chatlog
-- ----------------------------
DROP TABLE IF EXISTS `chatlog`;
CREATE TABLE `chatlog` (
`id` int NOT NULL auto_increment,
`sender` varchar(255) default NULL,
`message` text NOT NULL,
`type` varchar(255) default NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
순위 | 닉네임 | 포인트 |
---|---|---|
1 |
![]() |
100,792 |
2 |
![]() |
58,079 |
3 |
![]() |
51,771 |
4 |
![]() |
36,366 |
5 |
![]() |
35,011 |
6 |
![]() |
29,969 |
7 |
![]() |
29,470 |
8 |
![]() |
29,077 |
9 |
![]() |
28,199 |
10 |
![]() |
17,020 |