wp_ahm_acr_emails

Static

Stores ahm acr emails data created by this plugin.

Column Definitions

ColumnTypeNullable
🔑IDint(11)NO
order_idvarchar(100)NO
user_idint(11)NO
namevarchar(100)NO
emailvarchar(255)NO
order_dateint(11)NO
stageint(11)NO
email_dateint(11)NO
activity_logtextNO
sentint(11)NO

CREATE TABLE Statement

CREATE TABLE IF NOT EXISTS `wp_ahm_acr_emails` ( `ID` int(11) NOT NULL AUTO_INCREMENT, `order_id` varchar(100) NOT NULL, `user_id` int(11) NOT NULL, `name` varchar(100) NOT NULL, `email` varchar(255) NOT NULL, `order_date` int(11) NOT NULL, `stage` int(11) NOT NULL, `email_date` int(11) NOT NULL, `activity_log` text NOT NULL, `sent` int(11) NOT NULL, PRIMARY KEY (`ID`), UNIQUE KEY `order_stage` (`order_id`,`stage`) ) ENGINE

Safe to delete?

If you have uninstalled Premium Packages – Sell Digital Products Securely, 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_ahm_acr_emails`;

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

Other tables from Premium Packages – Sell Digital Products Securely