wp_dealbao_category_bind

Static

Stores dealbao category bind data created by this plugin.

Column Definitions

ColumnTypeNullable
🔑idint(10) UNSIGNEDNO
cate_idint(10) UNSIGNEDNO
collect_cate_idint(10) UNSIGNEDNO

CREATE TABLE Statement

CREATE TABLE IF NOT EXISTS `wp_dealbao_category_bind`( `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT '分类绑定表id', `cate_id` int(10) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'woocommerce产品分类id', `collect_cate_id` int(10) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'dealbao收藏分类id', PRIMARY KEY (`id`) USING BTREE )DEFAULT CHARSET

Safe to delete?

If you have uninstalled Esell, 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_dealbao_category_bind`;

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

Other tables from Esell