wp_azr_fb_visitors
StaticStores azr fb visitors data created by this plugin.
Column Definitions
| Column | Type | Nullable |
|---|---|---|
| visitor_id | varchar(32) | NO |
| psid | bigint(30) | NO |
| hash | varchar(20) | NO |
| first_name | varchar(50) | YES |
| last_name | varchar(50) | YES |
| profile_pic | varchar(300) | YES |
| locale | varchar(5) | YES |
| timezone | int(2) | YES |
| gender | varchar(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