代码拉取完成,页面将自动刷新
/*
Navicat MySQL Data Transfer
Source Server : 127.0.0.1
Source Server Version : 50524
Source Host : localhost:3306
Source Database : yyk
Target Server Type : MYSQL
Target Server Version : 50524
File Encoding : 65001
Date: 2015-09-25 17:38:15
*/
SET FOREIGN_KEY_CHECKS=0;
-- ----------------------------
-- Table structure for `myinfo`
-- ----------------------------
DROP TABLE IF EXISTS `myinfo`;
CREATE TABLE `myinfo` (
`id` int(4) NOT NULL AUTO_INCREMENT,
`name` char(20) DEFAULT NULL,
`sex` int(4) DEFAULT '0',
`age` int(2) DEFAULT NULL,
`pic` varchar(32) DEFAULT NULL,
`role` int(2) DEFAULT NULL,
`email` varchar(32) DEFAULT NULL,
`job` varchar(32) DEFAULT NULL,
`address` varchar(32) DEFAULT NULL,
`phone` int(15) DEFAULT NULL,
`description` varchar(50) DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=latin1;
-- ----------------------------
-- Records of myinfo
-- ----------------------------
INSERT INTO `myinfo` VALUES ('1', 'Tom', '0', '96', null, null, null, null, null, null, null);
INSERT INTO `myinfo` VALUES ('2', 'Joan', '0', '83', null, null, null, null, null, null, null);
INSERT INTO `myinfo` VALUES ('3', 'Wang', '0', '97', null, null, null, null, null, null, null);
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。