create table cat
(
id int not null auto_increment primary key,
name varchar(30),
PCID int not null
)ID: 分类ID
name:分类名称
PC: 父级分类ID