摘要: mysql 创建表,并设置主键自增:create table log( logid int ( 4 ) primary key not null auto_increment, logtitle varchar(32 ) not null , logcontent varchar(160 ) not... 阅读全文
posted @ 2015-05-09 16:14 jiang_jiang 阅读(181) 评论(0) 推荐(0) 编辑