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
875f3d16
Commit
875f3d16
authored
May 06, 2021
by
msgroup
Browse files
注释更新
parent
2436abd6
Changes
1
Hide whitespace changes
Inline
Side-by-side
doc/mcms-5.2.1.sql
View file @
875f3d16
...
...
@@ -101,7 +101,7 @@ CREATE TABLE `cms_content` (
`content_img`
varchar
(
1000
)
DEFAULT
NULL
COMMENT
'文章缩略图'
,
`content_source`
varchar
(
255
)
DEFAULT
NULL
COMMENT
'文章来源'
,
`content_author`
varchar
(
255
)
DEFAULT
NULL
COMMENT
'文章作者'
,
`content_display`
varchar
(
10
)
DEFAULT
NULL
COMMENT
'是否显示'
,
`content_display`
varchar
(
10
)
DEFAULT
'0'
COMMENT
'是否显示
0显示 1不显示
'
,
`content_type`
varchar
(
100
)
DEFAULT
NULL
COMMENT
'文章类型'
,
`content_datetime`
datetime
DEFAULT
NULL
COMMENT
'发布时间'
,
`content_sort`
int
(
11
)
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