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
ff877842
Commit
ff877842
authored
Jun 24, 2017
by
naan1993
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更新数据库文件
parent
9ea68741
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
47 additions
and
1 deletions
+47
-1
sql/biz.sql
+31
-0
sql/guns.sql
+16
-1
No files found.
sql/biz.sql
0 → 100644
View file @
ff877842
/*
Navicat MySQL Data Transfer
Source Server : 本地
Source Server Version : 50621
Source Host : localhost:3306
Source Database : biz
Target Server Type : MYSQL
Target Server Version : 50621
File Encoding : 65001
Date: 2017-06-24 23:18:50
*/
SET
FOREIGN_KEY_CHECKS
=
0
;
-- ----------------------------
-- Table structure for test
-- ----------------------------
DROP
TABLE
IF
EXISTS
`test`
;
CREATE
TABLE
`test`
(
`id`
int
(
11
)
NOT
NULL
,
`value`
varchar
(
255
)
DEFAULT
NULL
,
PRIMARY
KEY
(
`id`
)
)
ENGINE
=
InnoDB
DEFAULT
CHARSET
=
utf8
;
-- ----------------------------
-- Records of test
-- ----------------------------
INSERT
INTO
`test`
VALUES
(
'1'
,
'qwe'
);
sql/guns.sql
View file @
ff877842
...
@@ -10,7 +10,7 @@ Target Server Type : MYSQL
...
@@ -10,7 +10,7 @@ Target Server Type : MYSQL
Target Server Version : 50621
Target Server Version : 50621
File Encoding : 65001
File Encoding : 65001
Date: 2017-06-2
0 22:14:03
Date: 2017-06-2
4 23:18:42
*/
*/
SET
FOREIGN_KEY_CHECKS
=
0
;
SET
FOREIGN_KEY_CHECKS
=
0
;
...
@@ -324,6 +324,21 @@ INSERT INTO `role` VALUES ('1', '1', '0', '超级管理员', '24', 'administrato
...
@@ -324,6 +324,21 @@ INSERT INTO `role` VALUES ('1', '1', '0', '超级管理员', '24', 'administrato
INSERT
INTO
`role`
VALUES
(
'5'
,
'2'
,
'1'
,
'临时'
,
'26'
,
'temp'
,
null
);
INSERT
INTO
`role`
VALUES
(
'5'
,
'2'
,
'1'
,
'临时'
,
'26'
,
'temp'
,
null
);
-- ----------------------------
-- ----------------------------
-- Table structure for test
-- ----------------------------
DROP
TABLE
IF
EXISTS
`test`
;
CREATE
TABLE
`test`
(
`id`
int
(
11
)
NOT
NULL
,
`value`
varchar
(
255
)
DEFAULT
NULL
,
PRIMARY
KEY
(
`id`
)
)
ENGINE
=
InnoDB
DEFAULT
CHARSET
=
utf8
;
-- ----------------------------
-- Records of test
-- ----------------------------
INSERT
INTO
`test`
VALUES
(
'1'
,
'123'
);
-- ----------------------------
-- Table structure for user
-- Table structure for user
-- ----------------------------
-- ----------------------------
DROP
TABLE
IF
EXISTS
`user`
;
DROP
TABLE
IF
EXISTS
`user`
;
...
...
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