元素模板为您解答:
dede_sys_enum是联动枚举组表,你可以到后台-核心-联动类别管理找到对应的数据,里面有很多地区什么的数据,要是不用到会员完全可以删除
|
||||
字段名 | 说明描述 | 具体参数 | ||
ename | 枚举名 | 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 , | ||
|