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
500dc51b
Commit
500dc51b
authored
Feb 10, 2022
by
msgroup
Committed by
mingsoft
Feb 10, 2022
Browse files
5.2.6 修复标签?date类型问题
parent
409e7f16
Changes
1
Hide whitespace changes
Inline
Side-by-side
doc/mcms-5.2.6.sql
View file @
500dc51b
...
...
@@ -103,7 +103,7 @@ CREATE TABLE `cms_content` (
`content_author`
varchar
(
255
)
DEFAULT
NULL
COMMENT
'文章作者'
,
`content_display`
varchar
(
10
)
DEFAULT
'0'
COMMENT
'是否显示0显示 1不显示'
,
`content_type`
varchar
(
100
)
DEFAULT
NULL
COMMENT
'文章类型'
,
`content_datetime`
timestamp
DEFAULT
NULL
COMMENT
'发布时间'
,
`content_datetime`
timestamp
COMMENT
'发布时间'
,
`content_sort`
int
(
11
)
DEFAULT
NULL
COMMENT
'自定义顺序'
,
`content_hit`
int
(
22
)
DEFAULT
'0'
COMMENT
'点击次数'
,
`update_date`
datetime
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