wp_bwf_action_claim

Static

Stores bwf action claim data created by this plugin.

Column Definitions

ColumnTypeNullable
🔑idbigint(20) unsignedNO
datedatetimeNO

CREATE TABLE Statement

CREATE TABLE `wp_bwf_action_claim` ( id bigint(20) unsigned NOT NULL auto_increment, date datetime NOT NULL default '0000-00-00 00:00:00', PRIMARY KEY (id), KEY date (date) ) $collate;"; } public static function create_bwf_wc_customers() { global $wpdb; $collate = self::get_collation();

Safe to delete?

If you have uninstalled FunnelKit Automations – Email Marketing Automation and CRM for WordPress & 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_bwf_action_claim`;

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

Other tables from FunnelKit Automations – Email Marketing Automation and CRM for WordPress & WooCommerce