`pprice` double(10,0) DEFAULT NULL, `ptotal` int(5) DEFAULT NULL, PRIMARY KEY (`pid`) ) ENGINE=InnoDB AUTO_INCREMENT=15 DEFAULT CHARSET=utf8; -- --- -- Records of product -- --- INSERT INTO `product` VALUES ('1', '灯泡', '22', '1010'); INSERT INTO `product...