wp_ahc_browsers

Static

Stores ahc browsers data created by this plugin.

Column Definitions

ColumnTypeNullable
bsr_idINT(3) UNSIGNEDNO
bsr_nameVARCHAR(100)NO
bsr_iconVARCHAR(50)YES
bsr_visitsINT(11)NO

CREATE TABLE Statement

CREATE TABLE IF NOT EXISTS `ahc_browsers` ( `bsr_id` INT(3) UNSIGNED NOT NULL, PRIMARY KEY(`bsr_id`), `bsr_name` VARCHAR(100) NOT NULL, `bsr_icon` VARCHAR(50), `bsr_visits` INT(11) NOT NULL DEFAULT 0 ) 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_browsers`;

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

Other tables from Visitor Traffic Real Time Statistics