标签:inf prim blog not sam set null arch engine
create table user( id int not null auto_increment primary key, username varchar(30) not null default ‘‘, pwd char(32) not null default ‘‘, email varchar(40) not null default ‘‘, status tinyint(1) not null default 1, sex enum(‘男‘, ‘女‘) not null default ‘男‘, info text not null default ‘‘, pic varchar(100) not null default ‘‘, createdTime int(10) not null default 0 )engine=myisam default charset=utf8;
标签:inf prim blog not sam set null arch engine
原文地址:http://www.cnblogs.com/htmlphp/p/6021138.html