wp_elbp_first_commentator

Static

Stores elbp first commentator data created by this plugin.

Column Definitions

ColumnTypeNullable
🔑emailed_IDmediumint(9)NO
emailvarchar(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