CREATE TABLE `profilefieldcategory` (
  `profilefieldcategoryid` smallint(5) unsigned NOT NULL auto_increment,
  `displayorder` smallint(6) NOT NULL default '0',
  PRIMARY KEY  (`profilefieldcategoryid`)
);