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
d91c0e4a
Commit
d91c0e4a
authored
Dec 12, 2020
by
wujj
Browse files
sql 更新
parent
597f698f
Changes
1
Hide whitespace changes
Inline
Side-by-side
doc/mcms-5.2.sql
View file @
d91c0e4a
...
...
@@ -186,9 +186,9 @@ COMMIT;
DROP
TABLE
IF
EXISTS
`log`
;
CREATE
TABLE
`log`
(
`id`
int
(
11
)
unsigned
NOT
NULL
AUTO_INCREMENT
,
`log_error_msg`
varchar
(
4000
)
DEFAULT
NULL
COMMENT
'错误消息'
,
`log_result`
varchar
(
4000
)
DEFAULT
NULL
COMMENT
'返回参数'
,
`log_param`
varchar
(
4000
)
DEFAULT
NULL
COMMENT
'请求参数'
,
`log_error_msg`
text
DEFAULT
NULL
COMMENT
'错误消息'
,
`log_result`
text
DEFAULT
NULL
COMMENT
'返回参数'
,
`log_param`
text
DEFAULT
NULL
COMMENT
'请求参数'
,
`log_location`
varchar
(
255
)
DEFAULT
NULL
COMMENT
'所在地区'
,
`log_user`
varchar
(
255
)
DEFAULT
NULL
COMMENT
'操作人员'
,
`log_user_type`
varchar
(
255
)
DEFAULT
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