CREATE TABLE `xxx` (
  `ID` bigint(13) NOT NULL default '0',
    PRIMARY KEY  (`ID`)) TYPE=MyISAM; 我想把ID改为auto_increment 怎么改