为什么我用了type=innodb,建好后用my-font查看还是myisam型
create table goods_category0 (
       category0ID INT unsigned not null,
       category0Name varchar(20),
       category0Position int unsigned,
        PRIMARY KEY (category0ID))TYPE=INNODB