Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
MCMS
Commits
3839154e
Commit
3839154e
authored
Dec 21, 2020
by
xierz
Browse files
更改数据库
parent
c11f2c65
Changes
1
Hide whitespace changes
Inline
Side-by-side
doc/5.2-patch.sql
View file @
3839154e
...
@@ -204,6 +204,8 @@ MODIFY COLUMN `log_error_msg` text CHARACTER SET utf8 COLLATE utf8_general_ci N
...
@@ -204,6 +204,8 @@ MODIFY COLUMN `log_error_msg` text CHARACTER SET utf8 COLLATE utf8_general_ci N
MODIFY
COLUMN
`log_result`
text
CHARACTER
SET
utf8
COLLATE
utf8_general_ci
NULL
COMMENT
'返回参数'
AFTER
`log_error_msg`
,
MODIFY
COLUMN
`log_result`
text
CHARACTER
SET
utf8
COLLATE
utf8_general_ci
NULL
COMMENT
'返回参数'
AFTER
`log_error_msg`
,
MODIFY
COLUMN
`log_param`
text
CHARACTER
SET
utf8
COLLATE
utf8_general_ci
NULL
COMMENT
'请求参数'
AFTER
`log_result`
;
MODIFY
COLUMN
`log_param`
text
CHARACTER
SET
utf8
COLLATE
utf8_general_ci
NULL
COMMENT
'请求参数'
AFTER
`log_result`
;
alter
table
log
rename
to
logger
;
ALTER
TABLE
`role`
ALTER
TABLE
`role`
ADD
COLUMN
`create_by`
int
(
10
)
NULL
COMMENT
'创建人'
,
ADD
COLUMN
`create_by`
int
(
10
)
NULL
COMMENT
'创建人'
,
...
...
Write
Preview
Supports
Markdown
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