摘要: 建立表 -- -- Table structure for customer -- DROP TABLE IF EXISTS `customer`; CREATE TABLE `customer` ( `id` int(0) NOT NULL AUTO_INCREMENT, `name` varch 阅读全文
posted @ 2021-10-02 16:50 疯狗强尼 阅读(57) 评论(0) 推荐(0) 编辑