Ai
2 Star 0 Fork 0

舞尖芭蕾/mybatis-pagination

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tb_comment.sql 1.05 KB
一键复制 编辑 原始数据 按行查看 历史
Archx 提交于 2015-02-12 23:43 +08:00 . 更多测试
/*
Navicat MySQL Data Transfer
Source Server : localhost_3306
Source Server Version : 50622
Source Host : localhost:3306
Source Database : devdb
Target Server Type : MYSQL
Target Server Version : 50622
File Encoding : 65001
Date: 2015-02-12 23:41:29
*/
SET FOREIGN_KEY_CHECKS=0;
-- ----------------------------
-- Table structure for `tb_comment`
-- ----------------------------
DROP TABLE IF EXISTS `tb_comment`;
CREATE TABLE `tb_comment` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`content` varchar(100) DEFAULT NULL,
`rid` int(11) DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8;
-- ----------------------------
-- Records of tb_comment
-- ----------------------------
INSERT INTO `tb_comment` VALUES ('1', '233333', '1');
INSERT INTO `tb_comment` VALUES ('2', '你是猴子请来的逗比么?', '2');
INSERT INTO `tb_comment` VALUES ('3', '还想不想干了?', '2');
INSERT INTO `tb_comment` VALUES ('4', '有事说事', '1');
INSERT INTO `tb_comment` VALUES ('5', '233333', '2');
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/wangdanqing/mybatis-pagination.git
git@gitee.com:wangdanqing/mybatis-pagination.git
wangdanqing
mybatis-pagination
mybatis-pagination
master

搜索帮助