wp_bc_inventory_connector
VerifiedStores bc inventory connector data created by this plugin.
Column Definitions
| Column | Type | Nullable |
|---|---|---|
| 🔑id | int(11) unsigned | NO |
| integration_details | TEXT | YES |
| created_at | DATETIME | YES |
| updated_at | DATETIME | YES |
| order_id | BIGINT(20) unsigned | NO |
| api_type | VARCHAR(20) | YES |
| response_type | VARCHAR(20) | YES |
| response_obj | TEXT | YES |
| generated_at | VARCHAR(20) | YES |
| created_at | DATETIME | YES |
CREATE TABLE Statement
CREATE TABLE `wp_bc_inventory_connector` (\n `id` int unsigned NOT NULL AUTO_INCREMENT,\n `integration_details` text COLLATE utf8mb4_unicode_520_ci,\n `created_at` datetime DEFAULT CURRENT_TIMESTAMP,\n `updated_at` datetime DEFAULT NULL ON UPDATE CURRENT_TIMESTAMP,\n PRIMARY KEY (`id`)\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci
Safe to delete?
If you have uninstalled Inventory Connector for Zoho and 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_bc_inventory_connector`;
Run this query using phpMyAdmin, Adminer, or your MySQL client. Back up first.
Other tables from Inventory Connector for Zoho and WooCommerce