CREATE TABLE `theTable` ( `col_1` smallint(5) unsigned NOT NULL default '0', `col_2` smallint(5) unsigned NOT NULL default '0', PRIMARY KEY (`col_1`,`col_2`) ) TYPE=MyISAM