/* Navicat MySQL Data Transfer Source Server : . Source Server Version : 50624 Source Host : localhost:3306 Source Database : dbliuyan Target Server Type : MYSQL Target Server Version : 50624 File Encoding : 65001 Date: 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
下载地址(http://down.51cto.com/data/2058542)
时间: 2024-10-27 06:39:34