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
ecf9680b
Commit
ecf9680b
authored
Aug 06, 2019
by
ms group dev
Browse files
升级
parent
df3e10c6
Changes
1
Hide whitespace changes
Inline
Side-by-side
doc/4.7.0-to-4.7.1-mysql.sql
0 → 100644
View file @
ecf9680b
ALTER
TABLE
`basic_column`
ADD
COLUMN
`column_flag`
varchar
(
100
)
NULL
DEFAULT
NULL
COMMENT
'栏目属性'
AFTER
`column_cm_id`
,
ADD
COLUMN
`column_diy_url`
varchar
(
50
)
NULL
DEFAULT
NULL
COMMENT
'自定义链接'
AFTER
`column_flag`
;
\ No newline at end of file
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