zoukankan      html  css  js  c++  java
  • Discuz 6.0数据库结构 一(详)

    Discuz 6.0数据库结构
    cdb_access 用户权限表
    cdb_adminactions 管理动作表
    cdb_admingroups 管理组数据表
    cdb_adminnotes 管理员留言
    cdb_adminsessions 管理员后台在线记录
    cdb_advertisements 广告资料表
    cdb_announcements 论坛公告资料表
    cdb_attachments 附件资料表
    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_attachments 附件表(0条)
    aid 附件数据ID
    tid 主题ID
    pid 帖子ID
    dateline 发布附件时间
    readperm 阅读权限
    filename 附件的原始文件名
    description 附件描述
    filetype 附件类型
    filesize 附件文件的大小
    attachment 服务器路径,相对于(config.php中$attachdir值)
    downloads 下载/浏览次数
  • 相关阅读:
    ssh scp命令详解
    python模块与包
    python参数Sample Code
    python 多线程简介
    python virtualenv环境安装(ubuntu)
    python pip 代理设置
    mysql资源总结
    mysql索引原理及用法
    Oracle学习笔记:利用user_segments查表的大小
    Oracle学习笔记:dba_tables、all_tables、user_tables区别
  • 原文地址:https://www.cnblogs.com/rooney/p/1441405.html
Copyright © 2011-2022 走看看