wp_elbp_first_commentator
StaticStores elbp first commentator data created by this plugin.
Column Definitions
| Column | Type | Nullable |
|---|---|---|
| 🔑emailed_ID | mediumint(9) | NO |
| varchar(255) | NO |
CREATE TABLE Statement
CREATE TABLE wp_elbp_first_commentator ( emailed_ID mediumint(9) NOT NULL AUTO_INCREMENT, email varchar(255) NOT NULL, UNIQUE KEY emailed_ID (emailed_ID), INDEX ( email ) );
Safe to delete?
If you have uninstalled Immediate List Building Pro Lite, 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_elbp_first_commentator`;
Run this query using phpMyAdmin, Adminer, or your MySQL client. Back up first.
Other tables from Immediate List Building Pro Lite