Dedecms数据库结构表名:dede_sys_enum字段说明如下:
表名:dede_sys_enum
(ENGINE=MyISAM/CHARSET=gbk) 说明:联动枚举组表 字段名 说明描述 具体参数 e">name 枚举名 char(30) NOT NULL , egroup 类别组名 char(20) NOT NULL , issign 是否系统内置 tinyint(1) unsigned NOT NULL DEFAULT '1' , evalue 枚举值 smallint(6) NOT NULL DEFAULT '0' , disorder 组内排序 smallint(5) unsigned NOT NULL DEFAULT '0' , id 编号ID smallint(5) unsigned NOT NULL AUTO_INCREMENT , 索引:
PRIMARY KEY (`id`)
时间: 2024-11-18 16:18:07