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