Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
apollo
Project
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
openSource
apollo
Commits
896fd22a
Commit
896fd22a
authored
Feb 22, 2017
by
Jason Song
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix utf8mb4 index size
parent
5ae8d214
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
apolloconfigdb.sql
scripts/sql/apolloconfigdb.sql
+1
-1
apolloportaldb.sql
scripts/sql/apolloportaldb.sql
+1
-1
No files found.
scripts/sql/apolloconfigdb.sql
View file @
896fd22a
...
...
@@ -33,7 +33,7 @@ CREATE TABLE `App` (
PRIMARY
KEY
(
`Id`
),
KEY
`AppId`
(
`AppId`
(
191
)),
KEY
`DataChange_LastTime`
(
`DataChange_LastTime`
),
KEY
`
Name`
(
`Name`
)
KEY
`
IX_Name`
(
`Name`
(
191
)
)
)
ENGINE
=
InnoDB
DEFAULT
CHARSET
=
utf8mb4
COMMENT
=
'应用表'
;
...
...
scripts/sql/apolloportaldb.sql
View file @
896fd22a
...
...
@@ -33,7 +33,7 @@ CREATE TABLE `App` (
PRIMARY
KEY
(
`Id`
),
KEY
`AppId`
(
`AppId`
(
191
)),
KEY
`DataChange_LastTime`
(
`DataChange_LastTime`
),
KEY
`
Name`
(
`Name`
)
KEY
`
IX_Name`
(
`Name`
(
191
)
)
)
ENGINE
=
InnoDB
DEFAULT
CHARSET
=
utf8mb4
COMMENT
=
'应用表'
;
...
...
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