代码拉取完成,页面将自动刷新
/*
Navicat MySQL Data Transfer
Source Server : localhost
Source Server Version : 50710
Source Host : localhost:3306
Source Database : orm-tech
Target Server Type : MYSQL
Target Server Version : 50710
File Encoding : 65001
Date: 2020-06-06 11:18:56
*/
SET FOREIGN_KEY_CHECKS=0;
-- ----------------------------
-- Table structure for category
-- ----------------------------
DROP TABLE IF EXISTS `category`;
CREATE TABLE `category` (
`category_id` int(11) NOT NULL,
`category_name` varchar(50) NOT NULL,
`description` varchar(100) DEFAULT NULL,
PRIMARY KEY (`category_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
-- ----------------------------
-- Records of category
-- ----------------------------
INSERT INTO `category` VALUES ('4', '水果', '水果');
INSERT INTO `category` VALUES ('5', '家电', '家电');
INSERT INTO `category` VALUES ('6', '手机', '手机');
INSERT INTO `category` VALUES ('7', '水杯', 'xxxx');
INSERT INTO `category` VALUES ('8', '水果', '水果');
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。