discuz 6.1.0數據庫表註釋

cdb_adminactions 管理動做表
cdb_admingroups 管理組數據表
cdb_adminnotes 管理員留言
cdb_adminsessions 管理員後臺在線記錄
cdb_advertisements 廣告資料表
cdb_announcements 論壇公告資料表
cdb_p_w_uploads 附件資料表
cdb_attachtypes 附件類型表
cdb_banned 被禁止的ip列表
cdb_bbcodes bb代碼資料表
cdb_blogcaches 博客緩存表
cdb_buddys 好友信息表
cdb_creditslog 積分交易記錄表
cdb_crons 計劃任務表
cdb_failedlogins 錯誤登陸記錄
cdb_favorites 我的收藏信息表
cdb_forumfields 板塊擴展信息數據表
cdb_forumlinks 友情連接數據表
cdb_forums 版塊資料表
cdb_medals 勳章資料表
cdb_memberfields 用戶擴展資料表
cdb_members 用戶基本資料表
cdb_moderators 版主信息數據表
cdb_modworks 版主工做記錄表
cdb_onlinelist 在線列表定製
cdb_onlinetime 用戶在線時間信息表
cdb_orders 訂單數據表
cdb_paymentlog 支付記錄
cdb_pluginhooks 插件鉤子表
cdb_plugins 插件表
cdb_pluginvars 插件配置表
cdb_pms 短信資料表
cdb_pmsearchindex 短消息搜索緩存表
cdb_polls 投票帖資料表
cdb_posts 帖子資料表
cdb_profilefields 用戶欄目定製
cdb_promotions 論壇推廣
cdb_ranks 頭銜表
cdb_ratelog 帖子評分記錄表
cdb_regips 註冊ip記錄表
cdb_relatedthreads 相關主題
cdb_rsscaches RSS緩存
cdb_searchindex 搜索緩存
cdb_sessions 在線表
cdb_settings 論壇設置表
cdb_smilies 表情信息表
cdb_stats 統計數據表
cdb_statvars 統計變量表
cdb_styles 風格
cdb_stylevars 風格變量表
cdb_subscriptions 訂閱信息表
cdb_templates 模板
cdb_threads 主題資料表
cdb_threadsmod 主題管理記錄表
cdb_threadtypes 主題分類表
cdb_usergroups 用戶組數據表
cdb_validating 等待人工審覈的會員記錄
cdb_words 詞語過濾表

Discuz默認庫共53個數據表(如下表數據量註釋均爲默認)
cdb_access (用戶權限表)

uid 用戶id
fid 論壇id
allowview 容許瀏覽
allowpost 容許發新帖
allowreply 容許回覆
allowgetattach 容許下載附件
allowpostattach 容許上傳附件

cdb_adminactions 關聯用戶組

admingid 管理組id
disabledactions 關聯後的權限
cdb_admingroups 管理組權限設置(3條)
admingid 管理組id
alloweditpost 容許編輯帖子
alloweditpoll 容許編輯投票
allowstickthread 容許固定主題
allowmodpost 容許編輯帖子
allowdelpost 容許刪除帖子
allowmassprune 容許批量刪除帖子
allowrefund 容許強制退款
allowcensorword 容許過濾詞語
allowviewip 容許查看用戶IP信息
allowbanip 容許禁止IP
allowedituser 容許編輯用戶
allowmoduser 容許審覈用戶
allowbanuser 容許禁止用戶訪問
allowpostannounce 容許發佈公告
allowviewlog 容許查看版主管理記錄和用戶評分記錄
disablepostctrl 發貼不受限制(不受灌水預防和最大字數等)

cdb_adminnotes (後臺留言表)

id 後臺留言id
admin 留言人
access 閱讀權限
adminid 管理組id
dateline 發表時間
expiration 過時時間
message 留言內容

cdb_adminsessions 管理記錄(0條)

uid 用戶id
ip ip
dateline 時間
errorcount 錯誤次數

cdb_advertisements 後臺廣告管理

advid 廣告id
available 是否啓用
type 類型
displayorder 排列順序
title 標題
targets 投放範圍
parameters 參數
code 代碼
starttime 開始時間
endtime 結束時間

cdb_announcements 公告表(0條)

id 公告ID
author 發佈者用戶名
subject 公告標題
displayorder 排列順序
starttime 公告開始時間
endtime 公告失效時間
message 公告內容

cdb_p_w_uploads 附件表(0條)

aid 附件數據ID
tid 主題ID
pid 帖子ID
dateline 發佈附件時間
readperm 閱讀權限
filename 附件的原始文件名
description 附件描述
filetype 附件類型
filesize 附件文件的大小
p_w_upload服務器路徑,相對於(config.php中$attachdir值)
downloads 下載/瀏覽次數

cdb_attachtypes 附件類型(0條)

id 數據ID
extension 擴展名
maxsize 最大容許的上傳大小
cdb_banned 被禁止訪問表
id 禁止訪問id
ip1 ip字段1
ip2 ip字段2
ip3 ip字段3
ip4 ip字段4
admin 操做人
dateline 操做時間
expiration 過時時間

cdb_bbcodes 自定義Discuz!代碼(3條)

id 數據ID
available 是否啓用
tag 標籤
replacement 替換內容
example 使用舉例
explanation 代碼的解釋說明
params 參數個數
nest 嵌套次數

cdb_buddys (好友表)

uid 用戶id
buddyid 好友的id
dateline 加入時間
description 備註

cdb_creditslog (積分轉賬交易記錄表)

uid 用戶id
fromto 來自/到
sendcredits 轉出積分字段
receivecredits 接受積分字段
send 轉出積分
receive 收到積分
dateline 操做時間
operation 操做

cdb_failedlogins 登錄失敗的記錄(0條)

ip IP地址
count 失敗的次數
lastupdate 最後嘗試登錄時間

cdb_favorites 用戶主題收藏(0條)

uid 用戶id
tid 主題id

cdb_forumfields 論壇擴展信息表

fid 論壇id
description 論壇簡介
password 訪問密碼
icon 論壇圖標
postcredits 自定義發主題增長積分
replycredits 自定義發回復增長積分
redirect 論壇轉向URL
attachextensions 本論壇容許附件類型
moderators 斑竹列表
rtablees 本論壇規則
threadtypes 主題分類
viewperm 瀏覽論壇許可
postperm 發新話題許可
replyperm 發表回覆許可
getattachperm 下載/查看附件許可
postattachperm 上傳附件許可

cdb_forumlinks 聯盟論壇(1條)

id 數據ID
displayorder 顯示順序
name 網站名稱
url 地址
note 說明
logo logo地址

cdb_forums 論壇表(1條)

fid 論壇id
fup 上級論壇id
type 論壇類型,cat爲分類,forum爲論壇,sub爲子論壇
name 論壇的名字
status 顯示論壇
displayorder 顯示順序
styleid 風格方案id
threads 主題數量
posts 帖子數量
todayposts 今日發帖數量
lastpost 最後發表信息
allowsmilies 容許smilies圖標
allowhtml 容許html
allowbbcode 容許discuz!代碼
allowimgcode 容許[img]標籤
allowblog 容許加入blog
allowtrade 容許發起交易
alloweditrtablees 容許版主修改本論壇規則
modnewposts 發帖審覈
jammer 啓用內容干擾碼
disablewatermark 禁用圖片附件添加水印
inheritedmod 本論壇或分類版主的權力繼承到下級論壇
autoclose 主題自動關閉

cdb_medals 勳章表

medalid 勳章id
name 勳章名稱
available 是否啓用
p_w_picpath 圖片地址

cdb_memberfields 用戶擴展信息表

uid 用戶id
nickname 用戶暱稱
site 主頁
alipy 支付寶賬號
icq ICQ
qq QQ
yahoo Yahoo
msn MSN
taobao 淘寶旺旺
location 來自
customstatus 自定義頭銜
medals 勳章
avatar 頭像
avatarwidth 頭像寬度
avatarheight 頭像高度
bio 生日
signature 我的簽名
sightml html解析後的簽名
ignorepm 忽略PM列表(拒絕接受本名單中的用戶發來的短消息)
groupterms 公衆用戶組信息
authstr 待審覈用戶

cdb_members 用戶表(1條)

uid 用戶id
username 用戶名
password 密碼(md5)
secques 安全提示問題(獨立加密)
gender 性別
adminid 管理組id
groupid 用戶組id
groupexpiry 用戶組有效期
extgroupids 擴展用戶組
regip 註冊ip
regdate 註冊時間
lastip 最後登錄ip
lastvisit 上次訪問時間
lastactivity 上次訪問時間(記錄)
lastpost 最後發表時間
posts 發貼數
digestposts 精華帖數
oltime 在線時間
pageviews 頁面訪問量
credits 總積分
extcredits1 擴展積分1
extcredits2 擴展積分2
extcredits3 擴展積分3
extcredits4 擴展積分4
extcredits5 擴展積分5
extcredits6 擴展積分6
extcredits7 擴展積分7
extcredits8 擴展積分8
avatarshowid 天下秀
email 郵箱
bday 生日
sigstatus 簽名是否改動
tpp 每頁顯示主題數
ppp 每頁顯示帖子數
styleid 個性定義風格id
dateformat 個性日期格式
timeformat 個性時間格式
pmsound 短消息提示音
showemail 是否公開email地址
newsletter 是否接受論壇通知
invisible 是否隱身登陸
timeoffset 時區校訂
newpm 是否有新短消息
accessmasks Access標誌

cdb_moderators 版主表

uid 用戶id
fid 版區id
displayorder 顯示順序
inherited 是否繼承

cdb_onlinelist 在線列表定製(4條)


groupid 用戶組ID
displayorder 顯示順序
title 組頭銜
url 用戶組圖例位置(相對於./p_w_picpaths/common目錄)

cdb_onlinetime 在線時間表

uid 用戶id
thismonth 本月在線時間
total 總計在線時間
lastupdate 最後訪問時間

cdb_orders 訂單信息表

orderid 訂單號
status 狀態
buyer 購買者
admin 補單操做者
uid 購買人id
amount 數量
price 價格
submitdate 提交日期
confirmdate 確認日期

cdb_paymentlog 帖子買賣表

uid 用戶id
tid 主題id
authorid 做者id
dateline 時間
amount 價格
netamount 做者收入

cdb_plugins 插件管理表

pluginid 插件id
available 是否啓用
adminid 管理插件的管理組id
name 插件名稱
identifier 惟一標識符
description 描述
datatables 插件的數據表
directory 插件目錄
copyright 版權信息
modtablees 記錄插件詳細信息

cdb_pluginvars

plginvarid 插件變量id
pluginid 插件id
displayorder 顯示順序
title 標題
description 描述
variable 變量
type 類型
value 數值
extra 存儲下拉列表的詳細信息

cdb_pms 短消息表

pmid 數據ID
msgfrom 發送者名
msgfromid 發送者id
msgtoid 接收者id
folder 文件夾
new 是否爲已讀
subject 消息標題
dateline 發送時間
message 內容

cdb_polls 投票(0條)

tid 主題ID
pollopts 投票數據

cdb_posts 帖子表(0條)

pid 帖子id
fid 論壇id
tid 主題id
first 是否爲主題(1爲主題,0爲帖子)
author 帖子做者用戶名
authorid 帖子做者用戶id
subject 帖子標題
dateline 帖子發表時間
message 帖子正文內容
useip 發貼時的IP
invisible 帖子狀態(是不是被審覈或者是否在回收站)
usesig 是否顯示簽名
htmlon 是否開啓html
bbcodeoff 是否容許Discuz!代碼標籤
smileyoff 是否容許Smile表情圖標
parseurloff 是否容許自動加連接
p_w_upload 是否有附件
rate 本帖子被評分數
ratetimes 本帖子被評分次數

cdb_profilefields 用戶欄目定製(0條)

fieldid 數據id
available 是否可用
invisible 是否隱藏
title 欄目標題
description 簡短描述
size 內容最大長度
displayorder 顯示順序
required 必填內容
unchangeable 不可修改
showinthread 在帖子中顯示
selective 是否可選
choices 選項內容

cdb_ranks (用戶級別表)

rankid 級別id
ranktitle 發帖數級別頭銜
postshigher 發帖數級別閥值
stars 星星數
color 顏色

cdb_ratelog(帖子評分記錄表)

pid 帖子id
uid 用戶id
username 用戶名
extcredits 評分字段
dateline 時間
score 分數
reason 操做緣由

cdb_regips (註冊ip表(開啓新用戶註冊驗證後記錄))

ip IP
dateline 時間
count 次數

cdb_rsscaches rss緩存表

lastupdate 最後更新
fid 版塊id
tid 主題id
dateline 發表時間
forum 版塊名稱
author 做者
subject 標題
description 簡短描述

cdb_searchindex 論壇搜索索引(0條)

searchid 數據ID
keywords 搜索類型/關鍵字
searchstring 搜索內容
useip 搜索者IP
uid 用戶id
dateline 搜索開始時間
expiration 搜索失效時間
threads 主題數量
tids 主題id多個以,分割

cdb_sessions 在線統計(0條)

sid 數據ID
ip1 IP地址第一欄
ip2 IP地址第二欄
ip3 IP地址第三欄
ip4 IP地址第四欄
uid 用戶id
username 用戶名
groupid 用戶組id
styleid 風格id
invisible 是否隱身登錄
action 當前動做
lastactivity 最後活動時間
lastolupdate 在線時間最後更新
pageviews 頁面訪問量
seccode 記錄驗證碼
fid 正在瀏覽的版區id
tid 正在瀏覽的主題id
bloguid 記錄blog用戶id

cdb_settings 論壇基本設置表(64條)

variable 變量名
value 賦值

cdb_smilies 論壇表情符號(18條)

id 數據ID
displayorder 顯示順序
type 類別(smiley/icon)
code smilies代碼(對於type=smiley有效)
url 圖標位置

cdb_stats 論壇統計記錄(50條)

type 統計類別
variable 統計的變量名
count 統計計數

cdb_statvars 論壇統計記錄(在後臺啓用了論壇統計之後有記錄)

type 統計類別
variable 統計的變量名
value 統計的數值

cdb_styles 風格樣式(1條)

styleid 風格id
name 風格的名稱
available 是否可用
templateid 關聯的模板id

cdb_stylevars 風格變量設置(25條)

stylevarid 數據ID
styleid 關聯的風格id
variable 風格的變量名
substitute 變量賦值

cdb_subscriptions 用戶定閱表(0條)

uid 訂閱用戶id
tid 用戶訂閱的主題id
email 用戶email地址
lastnotify 上次email通知時間

cdb_templates 模板表(1條)

templateid 數據ID
name 模板的名稱
directory 模板所在的目錄
copyright 設計者版權信息

cdb_threads 主題表(0條)

tid 主題id
fid 論壇id
iconid 主題前面的表情圖標id
typeid 主題類型id
readperm 閱讀權限
price 售價
author 做者的用戶名
authorid 做者的id
subject 標題
dateline 主題發表時間
lastpost 最後回覆者的id
lastposter 最後回覆者的用戶名
views 瀏覽次數
replies 回覆數量
displayorder 顯示順序(0爲普通主題,1~3分別爲I,II,III級置頂)
highlight 是否高亮顯示
digest 是否精華
rate 是否評分
blog 是否加入blog
poll 是否爲投票帖
p_w_upload 是否包含附件,且附件類型
moderated 是否被編輯過
closed 主題是否關閉
cdb_threadsmod 主題管理記錄表
tid 主題id
uid 用戶id
username 用戶姓名
dateline 操做時間
action 什麼操做

cdb_threadtypes 主題類型表

typeid 類型id
displayorder 顯示順序
name 類型名稱
description 描述

cdb_usergroups 用戶組權限表(15條)

groupid 用戶組id
radminid 關聯的管理組id
type 組類型(system系統組/member會員組/special特殊組)
grouptitle 組頭銜
creditshigher 該組須要的積分上限
creditslower 改組須要的積分下限
stars 星星數量
color 組頭銜顏色
groupavatar 組頭像圖標
readaccess 閱讀權限
allowvisit 容許訪問論壇.
allowpost 容許發表新主題.
allowreply 容許發表回覆
allowpostpoll 容許發表投票.
allowdirectpost 容許直接發表新主題是否須要審覈
allowgetattach 容許下載附件.
allowpostattach 容許發表附件.
allowvote 容許參與投票.
allowmtabletigroups 容許加入/離開公衆用戶組
allowsearch 容許搜索.
allowavatar 容許使用頭像.
allowcstatus 容許自定義頭銜
allowuserblog 容許使用blog
allowinvisible 容許隱身登錄.
allowtransfer 容許積分轉帳
allowsetreadperm 容許設置帖子權限
allowsetattachperm 容許設置附件下載權限.
allowhidecode 容許使用[hide]代碼.
allowhtml 容許使用html
allowcusbbcode 容許使用自定義Discuz!代碼.
allownickname 容許使用暱稱
allowsigbbcode 容許簽名中使用Discuz!代碼
allowsigimgcode 容許簽名中使用img代碼
allowviewpro 容許查看用戶資料
allowviewstats 容許查看統計數據.
disableperiodctrl 不受時間段限制
reasonpm 操做理由短消息通知做者
maxprice 主題最高售價
maxpmnum 短消息收件箱容量.
maxsigsize 簽名的最大長度.
maxattachsize 最大附件尺寸.
maxsizeperday 天天最大附件總尺寸(字節):
attachextensions 容許發佈的附件類型.
raterange 評分範圍
cdb_validating 用戶審覈表
uid 待審覈用戶id
submitdate 提交日期
moddate 審覈日期
admin 進行審覈的管理員
submittimes 提交的次數
status 狀態
message 註冊緣由
remark 管理員留言

cdb_words 詞語過濾(0條)

id 數據ID
admin 操做者ID
find 不良詞語
replacement 替換爲
php


Discuz!6.1.0程序增長/去除了個別數據表,看到有用戶須要最新的數據表結構,因此就整理了一下

Discuz! 6.1.0 數據表結構含義對照:

cdb_access 用戶訪問權限表
cdb_activities 活動數據表
cdb_activityapplies 活動申請表
cdb_adminactions 關聯用戶組表
cdb_admincustom 後臺操做記錄表
cdb_admingroups 管理組數據表
cdb_adminnotes 後臺留言表
cdb_adminsessions 管理員認證表
cdb_advertisements 後臺廣告表
cdb_advcaches 廣告緩存表
cdb_announcements 論壇公告表
cdb_p_w_uploads 附件數據表
cdb_attachpaymentlog 附件付費日誌表
cdb_attachtypes 附件類型表
cdb_banned 禁止訪問表
cdb_bbcodes Discuz! 代碼表
cdb_buddys 好友信息表
cdb_caches 緩存數據表
cdb_campaigns Insenz活動表
cdb_creditslog 積分交易記錄表
cdb_crons 計劃任務表
cdb_debateposts 辯論帖子表
cdb_debates 辯論主題表
cdb_failedlogins 錯誤登陸記錄表
cdb_faqs 論壇幫助表
cdb_favorites 收藏信息表
cdb_forumfields 論壇擴展表
cdb_forumlinks 聯盟論壇表
cdb_forumrecommend 版主推薦表
cdb_forums 論壇版塊數據表
cdb_p_w_picpathtypes 圖片(表情、頭像等)分類表
cdb_invites 邀請註冊數據表
cdb_itempool 驗證問題數據表
cdb_magics 道具數據表
cdb_magiclog
道具日誌表
cdb_magicmarket 道具市場數據表
cdb_medals 勳章資料表
cdb_medallog 勳章日誌表
cdb_memberfields 會員擴展表
cdb_membermagics 用戶道具數據表
cdb_members 會員數據表
cdb_memberspaces 我的空間數據表
cdb_moderators 版主信息數據表
cdb_modworks 論壇管理統計表
cdb_myposts 個人帖子表
cdb_mythreads 個人主題表
cdb_onlinelist 在線列表定製
cdb_onlinetime 在線時間表
cdb_orders 訂單信息表
cdb_paymentlog 帖子買賣支付日誌表
cdb_pluginhooks 插件HOOK表
cdb_plugins 插件表
cdb_pluginvars 插件變量表

cdb_pms 短消息表
cdb_pmsearchindex 短消息查找緩存表
cdb_polloptions 投票選項表
cdb_polls 投票表
cdb_posts 帖子數據表

cdb_profilefields 我的信息擴展表
cdb_projects 全局方案表
cdb_promotions 論壇推廣表
cdb_ranks 頭銜級別表
cdb_ratelog 帖子評分記錄表
cdb_regips 註冊IP限制表
cdb_relatedthreads 相關主題表
cdb_request 數據調用表
cdb_reportlog 報告日誌表
cdb_rewardlog 懸賞日誌表
cdb_rsscaches RSS緩存表
cdb_searchindex 搜索緩存表
cdb_sessions 會員認證表
cdb_settings 設置數據表
cdb_smilies 表情數據表
cdb_stats 統計表
cdb_spacecaches Minispace緩存表
cdb_statvars 統計變量表
cdb_styles 風格表
cdb_stylevars 風格變量表
cdb_subscriptions 論壇訂閱表
cdb_tags 論壇標籤數據表
cdb_templates 風格模版表
cdb_threads 主題數據表
cdb_threadsmod 主題管理記錄表
cdb_threadtags 主題標籤表
cdb_threadtypes 主題分類表
cdb_tradecomments 交易評論表
cdb_tradelog 交易記錄表
cdb_tradeoptionvars 商品分類信息設置項目數據表
cdb_trades 商品數據表
cdb_typemodels 分類信息模型表
cdb_typeoptions 分類信息設置項目表
cdb_typeoptionvars 分類信息項目數據表
cdb_typevars 分類信息對應項目表
cdb_usergroups 會員用戶組表
cdb_validating 用戶審覈表
cdb_videos 視頻數據表
cdb_videotags 視頻標籤表
cdb_warnings 警告數據表 cdb_words 詞語過濾表
html

相關文章
相關標籤/搜索