代码拉取完成,页面将自动刷新
/*
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');
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。