CREATE TABLE `merchandisecolumn` (
  `clid` int(11) NOT NULL auto_increment,
  `pid` int(11) NOT NULL default '0',
  `column` varchar(64) default NULL,
  PRIMARY KEY  (clid)
) TYPE=MyISAM;