摘要: CREATE TABLE student( id int(4) NOT NULL PRIMARY key auto_increment, `name` VARCHAR(20) NOT NULL DEFAULT '匿名', sex VARCHAR(2) NOT null DEFAULT '1', phone BIGINT(11), role int(2), score... 阅读全文
posted @ 2019-03-28 09:06 BOZHU-liu 阅读(130) 评论(0) 推荐(0) 编辑