CREATE TABLE featartist ( artistId varchar(8) NOT NULL default '', sortOrder char(2) NOT NULL default '' ) TYPE=MyISAM;