create table goods(id int(32) auto_increment primary key ,title varchar(100),link varchar(100) unique,comment varchar(100)); image.png image.png