create table log(logid int(4) not null primary key auto_increment,logtitle varchar(32) not null,logcontent varchar(160) not null,logtime datetime not null,logvalue float(255) not null);
float(255)改为float