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
527f2b27
Commit
527f2b27
authored
Nov 28, 2020
by
wujj
Browse files
upsql
parent
57d66f87
Changes
1
Hide whitespace changes
Inline
Side-by-side
doc/5.2-patch.sql
View file @
527f2b27
...
@@ -70,7 +70,7 @@ MODIFY COLUMN `dict_remarks` varchar(1000) CHARACTER SET utf8 COLLATE utf8_bin
...
@@ -70,7 +70,7 @@ MODIFY COLUMN `dict_remarks` varchar(1000) CHARACTER SET utf8 COLLATE utf8_bin
#
规范字段开始
#
规范字段开始
#
注意这里改了类型
,
原有空的数据需要
set
null
UPDATE
`cms_category`
SET
`category_id`
=
NULL
WHERE
`category_id`
=
""
;
ALTER
TABLE
`cms_category`
ALTER
TABLE
`cms_category`
MODIFY
COLUMN
`category_id`
bigint
(
20
)
NULL
DEFAULT
NULL
COMMENT
'所属栏目'
AFTER
`id`
;
MODIFY
COLUMN
`category_id`
bigint
(
20
)
NULL
DEFAULT
NULL
COMMENT
'所属栏目'
AFTER
`id`
;
ALTER
TABLE
`cms_category`
ALTER
TABLE
`cms_category`
...
...
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