wp_azr_fb_visitors

Static

Stores azr fb visitors data created by this plugin.

Column Definitions

ColumnTypeNullable
visitor_idvarchar(32)NO
psidbigint(30)NO
hashvarchar(20)NO
first_namevarchar(50)YES
last_namevarchar(50)YES
profile_picvarchar(300)YES
localevarchar(5)YES
timezoneint(2)YES
gendervarchar(10)YES

CREATE TABLE Statement

CREATE TABLE IF NOT EXISTS wp_azr_fb_visitors ( visitor_id varchar(32) NOT NULL, psid bigint(30) NOT NULL, hash varchar(20) NOT NULL, first_name varchar(50), last_name varchar(50), profile_pic varchar(300), locale varchar(5), timezone int(2), gender varchar(10), UNIQUE KEY visitor (visitor_id) ) $collate;");

Safe to delete?

If you have uninstalled Live Chat Marketing Automation, 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_azr_fb_visitors`;

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

Other tables from Live Chat Marketing Automation