摘要: 一对一 创建数据表 CREATE TABLE `tb_card` ( `id` int NOT NULL AUTO_INCREMENT , `code` varchar(18) NULL , PRIMARY KEY (`id`) ); insert into tb_card(code) values 阅读全文
posted @ 2017-12-14 23:17 uptothesky 阅读(154) 评论(0) 推荐(0) 编辑