wp_unipixel_woocomm_event_settings

Static

Stores unipixel woocomm event settings data created by this plugin.

Column Definitions

ColumnTypeNullable
🔑idBIGINT(20) UNSIGNEDNO
platform_idINT(11)NO
event_local_refVARCHAR(255)NO
event_platform_refVARCHAR(255)NO
event_descriptionTEXTYES
event_enabledTINYINT(1)NO
send_server_log_responseTINYINT(1)NO
send_clientTINYINT(1)NO
send_serverTINYINT(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