WordPress默认有12张数据表,默认表前缀为“wp”,wp_term_taxonomy数据表是WP的分类系统表,用来存储分类系统的一些属性,新手站长网分享WordPress wp_term_taxonomy数据表结构详解

wp_term_taxonomy数据表
wp_term_taxonomy数据表结构
| 字段名 | 类型 | 注释 |
|---|---|---|
| term_taxonomy_id | bigint(20) | wp_term_taxonomy表ID |
| term_id | bigint(20) | 对应wp_terms表中的ID |
| taxonomy | varchar(32) | 表示分类系统 |
| description | longtext | 分类头像描述 |
| parent | bigint(20) | 父分类ID |
| count | bigint(20) | 分类下内容数量 |
taxonomy字段用来表示分类的类型,类型包括category分类目录,nav_menu菜单项,post_tag文章标签,description字段在创建分类的时候可以通过图像描述来修改。
阿里云官方活动:https://t.aliyun.com/U/FzmsXA
腾讯云官方活动:https://curl.qcloud.com/oRMoSucP
