WordPress Database Reference
What WP Table Is This?
Search any WordPress database table name to instantly identify which plugin created it, view its schema, and learn if it's safe to delete.
Recently indexed tables
wp_celersearch_chat_logsA logging table that records activity, events, or audit history.
wp_celersearch_chatbotsStores celersearch chatbots data created by this plugin.
wp_aieo_customer_purchasesStores aieo customer purchases data created by this plugin.
wp_aieo_proposalsStores aieo proposals data created by this plugin.
wp_aieo_workflow_runsStores aieo workflow runs data created by this plugin.
wp_aieo_workflowsStores aieo workflows data created by this plugin.
wp_aieo_audiencesStores aieo audiences data created by this plugin.
wp_aieo_subject_recosStores aieo subject recos data created by this plugin.
wp_aieo_interaction_summaryStores aieo interaction summary data created by this plugin.
wp_aieo_session_identityStores session data for tracking user or visitor state.
wp_aieo_subjectsStores aieo subjects data created by this plugin.
wp_automatewoo_guestsStores automatewoo guests data created by this plugin.
Why does this exist?
When you run SHOW TABLES in WordPress, you often find dozens of tables with cryptic names. Which plugin made them? Is it safe to delete them after uninstalling a plugin?
This site systematically downloads and analyzes every plugin in the WordPress.org repository, mapping each database table to its creator. We capture the table schema, column definitions, and whether the table is typically cleaned up on uninstall.
Coverage spans both static code analysis and live installation testing โ so even tables created dynamically at runtime are detected.