摘要: CREATE TABLE `test`.`users` ( `id` int(10) NOT NULL AUTO_INCREMENT, `name` varchar(20) DEFAULT NULL, `age` int(10) DEFAULT NULL, PRIMARY KEY (`id`) ) 阅读全文
posted @ 2018-06-25 19:37 Sky__liu 阅读(2422) 评论(0) 推荐(0)