MySQL数据字段属性

MySQL有如下字段属性: 模板: create table test( id int unsigned auto_increment primary key, name varchar(30) not null default “”, age int not null default 0, height float not null default 0.00 ); 1.unsigned(无符号)
相关文章
相关标签/搜索