/*Navicat MySQL Data TransferSource Server         : .Source Server Version : 50624Source Host           : localhost:3306Source Database       : dbliuyanTarget Server Type    : MYSQLTarget Server Version : 50624File Encoding         : 65001Date: 2015-06-09 19:56:58*/SET FOREIGN_KEY_CHECKS=0;-- ------------------------------ Table structure for `tblliuyan`-- ----------------------------DROP TABLE IF EXISTS `tblliuyan`;CREATE TABLE `tblliuyan` (  `id` smallint(255) unsigned zerofill NOT NULL AUTO_INCREMENT,  `liuyan` text NOT NULL,  `UsrName` varchar(255) NOT NULL,  `ip` varchar(255) NOT NULL,  `time` datetime NOT NULL,  PRIMARY KEY (`id`)) ENGINE=InnoDB DEFAULT CHARSET=utf8;-- ------------------------------ Records of tblliuyan-- ----------------------------

dbliuyan.sql

下载地址()