1 Star 2 Fork 0

ifknow/Tk-mybatis-test

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
category.sql 1.00 KB
一键复制 编辑 原始数据 按行查看 历史
ifknow 提交于 2020-06-06 11:34 . 上传sql文件
/*
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', '水果', '水果');
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/ifknow/Tk-mybatis-test.git
git@gitee.com:ifknow/Tk-mybatis-test.git
ifknow
Tk-mybatis-test
Tk-mybatis-test
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385