修复sql语句问题

This commit is contained in:
zyx0814 2024-10-31 20:55:35 +08:00
parent 28c3f32f69
commit 8288eefd25

View File

@ -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 '2desktop,3taskbar,1apparea',
`system` tinyint(1) NOT NULL DEFAULT '0',
`notdelete` tinyint(1) NOT NULL DEFAULT '0',
`open` tinyint(1) NOT NULL DEFAULT '0',