wp_jtl_connector_link_customer_group
StaticStores jtl connector link customer group data created by this plugin.
Column Definitions
| Column | Type | Nullable |
|---|---|---|
| endpoint_id | VARCHAR(255) | NO |
| host_id | INT(10) unsigned | NO |
CREATE TABLE Statement
CREATE TABLE IF NOT EXISTS `jtl_connector_link_customer_group` ( `endpoint_id` VARCHAR(255) NOT NULL, `host_id` INT(10) unsigned NOT NULL, PRIMARY KEY (`endpoint_id`, `host_id`), INDEX (`host_id`), INDEX (`endpoint_id`) ) ENGINE
Safe to delete?
If you have uninstalled JTL-Connector 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_jtl_connector_link_customer_group`;
Run this query using phpMyAdmin, Adminer, or your MySQL client. Back up first.
Other tables from JTL-Connector for WooCommerce