Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
apollo
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
apollo
Commits
b37ec528
Commit
b37ec528
authored
Sep 14, 2018
by
y00283010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
#1467
parent
1f840e1f
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
scripts/apollo-on-kubernetes/db/portal-db/apolloportaldb.sql
scripts/apollo-on-kubernetes/db/portal-db/apolloportaldb.sql
+1
-1
scripts/docker-quick-start/sql/apolloportaldb.sql
scripts/docker-quick-start/sql/apolloportaldb.sql
+1
-1
scripts/sql/apolloportaldb.sql
scripts/sql/apolloportaldb.sql
+1
-1
No files found.
scripts/apollo-on-kubernetes/db/portal-db/apolloportaldb.sql
View file @
b37ec528
...
...
@@ -297,7 +297,7 @@ DROP TABLE IF EXISTS `Authorities`;
CREATE
TABLE
`Authorities`
(
`Id`
int
(
11
)
unsigned
NOT
NULL
AUTO_INCREMENT
COMMENT
'自增Id'
,
`Username`
varchar
(
50
)
NOT
NULL
,
`Username`
varchar
(
64
)
NOT
NULL
,
`Authority`
varchar
(
50
)
NOT
NULL
,
PRIMARY
KEY
(
`Id`
)
)
ENGINE
=
InnoDB
DEFAULT
CHARSET
=
utf8mb4
;
...
...
scripts/docker-quick-start/sql/apolloportaldb.sql
View file @
b37ec528
...
...
@@ -297,7 +297,7 @@ DROP TABLE IF EXISTS `Authorities`;
CREATE
TABLE
`Authorities`
(
`Id`
int
(
11
)
unsigned
NOT
NULL
AUTO_INCREMENT
COMMENT
'自增Id'
,
`Username`
varchar
(
50
)
NOT
NULL
,
`Username`
varchar
(
64
)
NOT
NULL
,
`Authority`
varchar
(
50
)
NOT
NULL
,
PRIMARY
KEY
(
`Id`
)
)
ENGINE
=
InnoDB
DEFAULT
CHARSET
=
utf8mb4
;
...
...
scripts/sql/apolloportaldb.sql
View file @
b37ec528
...
...
@@ -297,7 +297,7 @@ DROP TABLE IF EXISTS `Authorities`;
CREATE
TABLE
`Authorities`
(
`Id`
int
(
11
)
unsigned
NOT
NULL
AUTO_INCREMENT
COMMENT
'自增Id'
,
`Username`
varchar
(
50
)
NOT
NULL
,
`Username`
varchar
(
64
)
NOT
NULL
,
`Authority`
varchar
(
50
)
NOT
NULL
,
PRIMARY
KEY
(
`Id`
)
)
ENGINE
=
InnoDB
DEFAULT
CHARSET
=
utf8mb4
;
...
...
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