Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
git test
Jpress
Commits
90b9d96a
Commit
90b9d96a
authored
6 years ago
by
yangfuhai
Browse files
Options
Download
Email Patches
Plain Diff
new jpress
parent
b085c5d9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
db.sql
+1
-1
db.sql
with
1 addition
and
1 deletion
+1
-1
db.sql
+
1
-
1
View file @
90b9d96a
...
...
@@ -151,7 +151,7 @@ CREATE TABLE `menu` (
`type`
varchar
(
32
)
DEFAULT
''
COMMENT
'菜单类型:主菜单、顶部菜单、底部菜单'
,
`order_number`
int
(
11
)
DEFAULT
NULL
COMMENT
'排序字段'
,
`relative_table`
varchar
(
32
)
DEFAULT
NULL
COMMENT
'该菜单是否和其他表关联'
,
`relative_
table_
id`
int
(
11
)
unsigned
DEFAULT
NULL
COMMENT
'关联的具体数据id'
,
`relative_id`
int
(
11
)
unsigned
DEFAULT
NULL
COMMENT
'关联的具体数据id'
,
`created`
datetime
DEFAULT
NULL
COMMENT
'创建时间'
,
`modified`
datetime
DEFAULT
NULL
COMMENT
'修改时间'
,
PRIMARY
KEY
(
`id`
)
...
...
This diff is collapsed.
Click to expand it.
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