CREATE TABLE `commands` ( `command` varchar(20) NOT NULL default '', `access` tinyint(3) unsigned NOT NULL default '0', PRIMARY KEY (`command`) ) TYPE=MyISAM;