wp_ahm_acr_emails
StaticStores ahm acr emails data created by this plugin.
Column Definitions
| Column | Type | Nullable |
|---|---|---|
| 🔑ID | int(11) | NO |
| order_id | varchar(100) | NO |
| user_id | int(11) | NO |
| name | varchar(100) | NO |
| varchar(255) | NO | |
| order_date | int(11) | NO |
| stage | int(11) | NO |
| email_date | int(11) | NO |
| activity_log | text | NO |
| sent | int(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