wp_doclist

Static

Stores doclist data created by this plugin.

Column Definitions

ColumnTypeNullable
term_idINTEGERYES
doc_idINTEGERYES
hit_countINTEGERYES

CREATE TABLE Statement

CREATE TABLE IF NOT EXISTS doclist ( term_id INTEGER, doc_id INTEGER, hit_count INTEGER)");

Safe to delete?

If you have uninstalled Snappy Search, this table is generally safe to remove. However, always back up your database first.

Note: Some plugins share tables or are dependencies of other plugins. Verify nothing else depends on this table before dropping it.

How to remove this table

DROP TABLE IF EXISTS `wp_doclist`;

Run this query using phpMyAdmin, Adminer, or your MySQL client. Back up first.

Other tables from Snappy Search