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
bc28e07e
"eladmin-system/src/main/vscode:/vscode.git/clone" did not exist on "bb5cc6f6ce63eff1612a9247af3da05e26c68e13"
Commit
bc28e07e
authored
Apr 28, 2021
by
msgroup
Browse files
5.2.1发布
parent
bab1972f
Changes
1
Hide whitespace changes
Inline
Side-by-side
doc/mcms-5.2.1.sql
View file @
bc28e07e
...
@@ -103,7 +103,7 @@ CREATE TABLE `cms_content` (
...
@@ -103,7 +103,7 @@ CREATE TABLE `cms_content` (
`content_type`
varchar
(
100
)
DEFAULT
NULL
COMMENT
'文章类型'
,
`content_type`
varchar
(
100
)
DEFAULT
NULL
COMMENT
'文章类型'
,
`content_datetime`
datetime
DEFAULT
NULL
COMMENT
'发布时间'
,
`content_datetime`
datetime
DEFAULT
NULL
COMMENT
'发布时间'
,
`content_sort`
int
(
11
)
DEFAULT
NULL
COMMENT
'自定义顺序'
,
`content_sort`
int
(
11
)
DEFAULT
NULL
COMMENT
'自定义顺序'
,
`content_hit` int(22) DEFAULT
NULL
COMMENT '点击次数',
`content_hit`
int
(
22
)
DEFAULT
'0'
COMMENT
'点击次数'
,
`update_date`
datetime
DEFAULT
NULL
COMMENT
'修改时间'
,
`update_date`
datetime
DEFAULT
NULL
COMMENT
'修改时间'
,
`update_by`
varchar
(
11
)
DEFAULT
NULL
COMMENT
'修改人'
,
`update_by`
varchar
(
11
)
DEFAULT
NULL
COMMENT
'修改人'
,
`create_date`
datetime
DEFAULT
NULL
COMMENT
'创建时间'
,
`create_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