0% found this document useful (0 votes)
51 views

WP - Posts WP - Term - Relationships WP - Terms: Indexes

This document describes the structure of several database tables used by WordPress including wp_terms, wp_term_relationships, wp_posts, wp_term_taxonomy, wp_users, and wp_users_has_wp_posts. It lists the column names and data types for each table. Indexes are also included to optimize performance for queries on the tables.
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
51 views

WP - Posts WP - Term - Relationships WP - Terms: Indexes

This document describes the structure of several database tables used by WordPress including wp_terms, wp_term_relationships, wp_posts, wp_term_taxonomy, wp_users, and wp_users_has_wp_posts. It lists the column names and data types for each table. Indexes are also included to optimize performance for queries on the tables.
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

wp_terms

term_id BIGINT(20)
name VARCHAR(200)
slug VARCHAR(200)
term_group BIGINT(10)
Indexes

wp_term_relationships

wp_posts

object_id BIGINT(20)

ID BIGINT(20)

term_taxonomy_id BIGINT(20)

post_author BIGINT(20)

term_order INT(11)

post_date DATETIME

wp_terms_term_id BIGINT(20)

post_date_gmt DATETIME

wp_posts_ID BIGINT(20)

post_content LONGTEXT

Indexes

18 more...

Indexes

wp_term_taxonomy
term_taxonomy_id BIGINT(20)
term_id BIGINT(20)

wp_users_has_wp_posts

taxonomy VARCHAR(32)

wp_users_ID BIGINT(20)

description LONGTEXT

wp_posts_ID BIGINT(20)

parent BIGINT(20)

Indexes

count BIGINT(20)

PRIMARY

wp_terms_term_id BIGINT(20)

fk_wp_users_has_wp_posts_wp_post

Indexes

fk_wp_users_has_wp_posts_wp_user

wp_users
ID BIGINT(20)
user_login VARCHAR(60)
user_pass VARCHAR(64)
user_nicename VARCHAR(50)
user_email VARCHAR(100)
user_url VARCHAR(100)
user_registered DATETIME
user_activation_key VARCHAR(60)
user_status INT(11)
display_name VARCHAR(250)
Indexes

You might also like