mysql扩展

CREATE TABLE IF NOT EXISTS tb_student ( stuid int not NULL auto_increment, stuname VARCHAR(20) not NULL, tel CHAR(11) not NULL, birth date DEFAULT '2019-10-21', addr VARCHAR(100), gender bit DEFAULT 1
相关文章
相关标签/搜索