DBA-mysql-表

create table  student(

id int(4) not null,

name char(20) not null,

age int(3) not null default '0',

dept varchar(16) default null,

);

posted on 2017-01-05 17:58  baxk2001  阅读(130)  评论(0编辑  收藏  举报

导航