mirror of
https://github.com/zyx0814/dzzoffice.git
synced 2025-01-05 10:27:33 +08:00
修复sql语句问题
This commit is contained in:
parent
28c3f32f69
commit
8288eefd25
@ -29,9 +29,9 @@ CREATE TABLE dzz_app_market (
|
||||
`hideInMarket` tinyint(1) UNSIGNED NOT NULL DEFAULT '0' COMMENT '应用市场里不显示',
|
||||
`feature` text NOT NULL COMMENT '窗体feature',
|
||||
`fileext` text NOT NULL COMMENT '可以打开的文件类型',
|
||||
`group` tinyint(1) NOT NULL DEFAULT '1' COMMENT '应用的分组:0:全部;''-1'':游客可用,''3'':系统管理员可用;''2'':部门管理员可用;''1'':所有成员可用',
|
||||
`group` tinyint(1) NOT NULL DEFAULT '1' COMMENT '应用的分组:0:全部;-1:游客可用,3:系统管理员可用;2:部门管理员可用;1:所有成员可用',
|
||||
`orgid` int(10) UNSIGNED NOT NULL DEFAULT '0' COMMENT '可以使用的部门id,为0表示不限制',
|
||||
`position` tinyint(1) NOT NULL DEFAULT '0' COMMENT '2:''desktop'',3:''taskbar'',1:''apparea''',
|
||||
`position` tinyint(1) NOT NULL DEFAULT '0' COMMENT '2:desktop,3:taskbar,1:apparea',
|
||||
`system` tinyint(1) NOT NULL DEFAULT '0',
|
||||
`notdelete` tinyint(1) NOT NULL DEFAULT '0',
|
||||
`open` tinyint(1) NOT NULL DEFAULT '0',
|
||||
|
Loading…
Reference in New Issue
Block a user