热搜词
发表于 2012-2-20 16:01:20 | 显示全部楼层 |阅读模式
Dedecms数据库结构表名:dede_archives字段说明如下:
表名:dede_archives
(ENGINE=MyISAM/CHARSET=gbk) 说明:文档主表

字段名 说明描述 具体参数
typeid2 副栏目ID varchar(90) NOT NULL DEFAULT '0' ,
dutyadmin 负责审核管理员的ID mediumint(8) unsigned NOT NULL DEFAULT '0' ,
lastpost 最后回复 int(10) unsigned NOT NULL DEFAULT '0' ,
pubdate 发布日期 int(10) unsigned NOT NULL DEFAULT '0' ,
color 标题颜色 char(7) NOT NULL DEFAULT '' ,
money 需要消耗金币 smallint(6) NOT NULL DEFAULT '0' ,
weight 权重 int(10) NOT NULL DEFAULT '0' ,
ismake 是否生成HTML smallint(6) NOT NULL DEFAULT '0' ,
flag 属性 set('c','h','p','f','s','j','a','b') DEFAULT NULL ,
litpic 缩略图 char(100) NOT NULL DEFAULT '' ,
scores 消耗积分 mediumint(8) NOT NULL DEFAULT '0' ,
keywords 文档关键词 char(30) NOT NULL DEFAULT '' ,
mtype 自定义类别 mediumint(8) unsigned NOT NULL DEFAULT '0' ,
filename 自定义文件名 varchar(40) NOT NULL DEFAULT '' ,
click 点击次数 mediumint(8) unsigned NOT NULL DEFAULT '0' ,
sortrank 文档排序 int(10) unsigned NOT NULL DEFAULT '0' ,
goodpost 好评 mediumint(8) unsigned NOT NULL DEFAULT '0' ,
typeid 栏目ID smallint(5) unsigned NOT NULL DEFAULT '0' ,
shorttitle 短标题 char(36) NOT NULL DEFAULT '' ,
tackid   int(10) NOT NULL DEFAULT '0',
title 文档标题 char(60) NOT NULL DEFAULT '' ,
description 描述 varchar(255) NOT NULL DEFAULT '' ,
writer 作者 char(20) NOT NULL DEFAULT '' ,
mid 会员ID mediumint(8) unsigned NOT NULL DEFAULT '0' ,
id 内容ID mediumint(8) unsigned NOT NULL DEFAULT '0' ,
badpost 差评 mediumint(8) unsigned NOT NULL DEFAULT '0' ,
source 来源 char(30) NOT NULL DEFAULT '' ,
senddate 投稿日期 int(10) unsigned NOT NULL DEFAULT '0' ,
notpost 不允许回复 tinyint(1) unsigned NOT NULL DEFAULT '0' ,
arcrank 浏览权限 smallint(6) NOT NULL DEFAULT '0' ,
channel 频道模型 smallint(6) NOT NULL DEFAULT '1' ,

索引:
PRIMARY KEY (`id`),
KEY `sortrank` (`sortrank`),
KEY `mainindex` (`arcrank`,`typeid`,`channel`,`flag`,`mid`),
KEY `lastpost` (`lastpost`,`scores`,`goodpost`,`badpost`,`notpost`)
  

全部评论0
回复
您需要登录后才可以回帖 登录 | 注册

本版积分规则

QQ|Archiver|手机版|小黑屋|管理员之家 ( 苏ICP备2023053177号-2 )

GMT+8, 2024-9-19 10:02 , Processed in 0.146111 second(s), 22 queries .

Powered by Discuz! X3.5

Cpoyright © 2001-2024 Discuz! Team