Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
guns-vip
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
chenjunxiong
guns-vip
Commits
4ce02763
Commit
4ce02763
authored
Sep 04, 2017
by
stylefeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改sql
parent
e0f97b14
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
guns-admin/sql/biz.sql
+4
-4
No files found.
guns-admin/sql/biz.sql
View file @
4ce02763
/*
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-0
6-24 23:18:50
Date: 2017-0
9-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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment