· 8 years ago · Jan 06, 2018, 07:52 AM
1 CREATE TABLE IF NOT EXISTS `votes` (
2 `playerName` char(50) DEFAULT NULL,
3 `ip` int(50) DEFAULT NULL,
4 `time` int(50) DEFAULT NULL,
5 `recieved` int(50) DEFAULT NULL,
6)