CREATE TABLE IF NOT EXISTS `donators` ( `steamid` varchar(64) default NULL, `tag` varchar(128) NOT NULL, `level` tinyint(1) NOT NULL default '1', )