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_wcattio_sync_logA logging table that records activity, events, or audit history.
wp_nexura_groupsStores nexura groups data created by this plugin.
wp_nexura_clicksStores nexura clicks data created by this plugin.
wp_nexura_linksStores nexura links data created by this plugin.
wp_bookasalon_Stores bookasalon data created by this plugin.
wp_bsn_Stores bsn data created by this plugin.
wp_bookasalon_email_logA logging table that records activity, events, or audit history.
wp_bookasalon_offer_servicesStores bookasalon offer services data created by this plugin.
wp_bookasalon_offersStores bookasalon offers data created by this plugin.
wp_bookasalon_booking_servicesStores bookasalon booking services data created by this plugin.
wp_bookasalon_closed_daysStores bookasalon closed days data created by this plugin.
wp_bookasalon_locationsStores bookasalon locations 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.