WebLinuxStudy

导航

 

2019年11月6日

摘要: 表结构 CREATE TABLE `students` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(20) DEFAULT '', `age` tinyint(3) unsigned DEFAULT '0', `he 阅读全文
posted @ 2019-11-06 20:21 WebLinuxStudy 阅读(794) 评论(0) 推荐(0)