1、创建平台客户信息表DROP TABLE IF EXISTS `tb_customer`; #如果表已存在则删除CREATE TABLE `tb_customer` ( `customer_id` int(10) NOT NULL ...
確定! 回上一頁