· 7 years ago · Nov 22, 2018, 07:42 AM
1CREATE TABLE IF NOT EXISTS `fd_blocks` (`player` varchar(16) unsigned NOT NULL,`diamond` int(32) unsigned NOT NULL DEFAULT '0',`gold` int(32) unsigned NOT NULL DEFAULT '0', `lapis` int(32) unsigned NOT NULL DEFAULT '0', `iron` int(32) unsigned NOT NULL DEFAULT '0', `coal` int(32) unsigned NOT NULL DEFAULT '0', `redstone` int(32) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`player`)) ENGINE=MyISAM DEFAULT CHARSET=latin1;