欧美bbbwbbbw肥妇,免费乱码人妻系列日韩,一级黄片

在Mysql上創(chuàng)建數(shù)據(jù)表實例代碼

 更新時間:2014年03月21日 11:37:36   作者:  
這篇文章主要介紹了如何在Mysql上創(chuàng)建數(shù)據(jù)表,需要的朋友可以參考下
復制代碼 代碼如下:

create table shujubiao(
id int primary key auto_increment, 指定為i整形
name varchar(32) not null, 指定為不固定長度,最大為32為字符,不能為空
password varchar(64) not null, 指定為不固定長度,最大為64為字符,不能為空
email varchar(128) not null, 指定為不固定長度,最大為128為字符,不能為空
age tinyint unsigned not null 指定為小整型
)

相關(guān)文章

最新評論