Commit 4ce02763 by stylefeng

修改sql

parent e0f97b14
/*
Navicat MySQL Data Transfer
Source Server : 本地
Source Server : localhost
Source Server Version : 50621
Source Host : localhost:3306
Source Database : biz
......@@ -10,7 +10,7 @@ Target Server Type : MYSQL
Target Server Version : 50621
File Encoding : 65001
Date: 2017-06-24 23:18:50
Date: 2017-09-04 16:17:33
*/
SET FOREIGN_KEY_CHECKS=0;
......@@ -20,10 +20,10 @@ SET FOREIGN_KEY_CHECKS=0;
-- ----------------------------
DROP TABLE IF EXISTS `test`;
CREATE TABLE `test` (
`id` int(11) NOT NULL,
`id` int(11) NOT NULL AUTO_INCREMENT,
`value` varchar(255) DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
) ENGINE=InnoDB AUTO_INCREMENT=23 DEFAULT CHARSET=utf8;
-- ----------------------------
-- Records of test
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment