wp_ahc_search_engine_crawlers

Static

Stores ahc search engine crawlers data created by this plugin.

Column Definitions

ColumnTypeNullable
bot_nameVARCHAR(50)NO
srh_idINT(3) UNSIGNEDNO

CREATE TABLE Statement

CREATE TABLE IF NOT EXISTS `ahc_search_engine_crawlers` ( `bot_name` VARCHAR(50) NOT NULL, `srh_id` INT(3) UNSIGNED NOT NULL ) DEFAULT CHARSET

Safe to delete?

If you have uninstalled Visitor Traffic Real Time Statistics, 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_ahc_search_engine_crawlers`;

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

Other tables from Visitor Traffic Real Time Statistics