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
1e56e0f6
Commit
1e56e0f6
authored
Jan 11, 2020
by
ms group dev
Browse files
修改字段长度
parent
897e577d
Changes
1
Hide whitespace changes
Inline
Side-by-side
doc/db-mcms-5.0.sql
View file @
1e56e0f6
...
...
@@ -66,7 +66,7 @@ CREATE TABLE `cms_category` (
`category_manager_id`
int
(
11
)
NULL
DEFAULT
NULL
COMMENT
'发布用户id'
,
`category_datetime`
datetime
(
0
)
NULL
DEFAULT
NULL
COMMENT
'类别发布时间'
,
`mdiy_model_id`
varchar
(
255
)
CHARACTER
SET
utf8
COLLATE
utf8_general_ci
NULL
DEFAULT
NULL
COMMENT
'栏目管理的内容模型id'
,
`category_diy_url`
varchar
(
5
0
)
CHARACTER
SET
utf8
COLLATE
utf8_general_ci
NULL
DEFAULT
NULL
COMMENT
'自定义链接'
,
`category_diy_url`
varchar
(
25
5
)
CHARACTER
SET
utf8
COLLATE
utf8_general_ci
NULL
DEFAULT
NULL
COMMENT
'自定义链接'
,
`category_url`
varchar
(
50
)
CHARACTER
SET
utf8
COLLATE
utf8_general_ci
NULL
DEFAULT
NULL
COMMENT
'内容模板'
,
`category_list_url`
varchar
(
50
)
CHARACTER
SET
utf8
COLLATE
utf8_general_ci
NULL
DEFAULT
NULL
COMMENT
'列表模板'
,
`category_sort`
int
(
11
)
NULL
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