wp_erp_crm_save_email_replies

Static

Stores erp crm save email replies data created by this plugin.

Column Definitions

ColumnTypeNullable
🔑idint(11) unsignedNO
nametextYES
subjecttextYES
templatelongtextYES

CREATE TABLE Statement

CREATE TABLE IF NOT EXISTS `wp_erp_crm_save_email_replies` ( `id` int(11) unsigned NOT NULL AUTO_INCREMENT, `name` text, `subject` text, `template` longtext, PRIMARY KEY (`id`) ) $collate;"; require_once ABSPATH . 'wp-admin/includes/upgrade.php'; dbDelta( $schema );

Safe to delete?

If you have uninstalled ERP: Complete HR, Recruitment, Accounting & CRM Suite with WooCommerce CRM Support, 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_erp_crm_save_email_replies`;

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

Other tables from ERP: Complete HR, Recruitment, Accounting & CRM Suite with WooCommerce CRM Support