wp_unipixel_woocomm_event_settings
StaticStores unipixel woocomm event settings data created by this plugin.
Column Definitions
| Column | Type | Nullable |
|---|---|---|
| 🔑id | BIGINT(20) UNSIGNED | NO |
| platform_id | INT(11) | NO |
| event_local_ref | VARCHAR(255) | NO |
| event_platform_ref | VARCHAR(255) | NO |
| event_description | TEXT | YES |
| event_enabled | TINYINT(1) | NO |
| send_server_log_response | TINYINT(1) | NO |
| send_client | TINYINT(1) | NO |
| send_server | TINYINT(1) | NO |
CREATE TABLE Statement
CREATE TABLE wp_unipixel_woocomm_event_settings ( id BIGINT(20) UNSIGNED NOT NULL AUTO_INCREMENT, platform_id INT(11) NOT NULL, event_local_ref VARCHAR(255) NOT NULL, event_platform_ref VARCHAR(255) NOT NULL, event_description TEXT DEFAULT NULL, event_enabled TINYINT(1) NOT NULL DEFAULT 0, send_server_log_response TINYINT(1) NOT NULL DEFAULT 0, send_client TINYINT(1) NOT NULL DEFAULT 1, send_server TINYINT(1) NOT NULL DEFAULT 0, PRIMARY KEY (id) );
Safe to delete?
If you have uninstalled UniPixel: Meta, Pinterest, TikTok, Google & Microsoft Server-Side Tracking for WooCommerce, 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_unipixel_woocomm_event_settings`;
Run this query using phpMyAdmin, Adminer, or your MySQL client. Back up first.
Other tables from UniPixel: Meta, Pinterest, TikTok, Google & Microsoft Server-Side Tracking for WooCommerce