alter table pic_1 add id int default 0 not null auto_increment ,add primary key (id); 我运行了这个SQL语句 没有效果啊 还是不会增加字段 我要在pic_1表添加id自增字段