Commit 90b9d96a authored by yangfuhai's avatar yangfuhai
Browse files

new jpress

parent b085c5d9
Showing with 1 addition and 1 deletion
+1 -1
......@@ -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`)
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment