wp_elbp_optin_insidecomment

Static

Stores elbp optin insidecomment data created by this plugin.

Column Definitions

ColumnTypeNullable
🔑idint(11)NO
emailvarchar(255)NO
embededint(11)YES
original_commentint(11)YES

CREATE TABLE Statement

CREATE TABLE wp_elbp_optin_insidecomment ( `id` int(11) NOT NULL AUTO_INCREMENT, `email` varchar(255) NOT NULL, `embeded` int(11) NULL, `original_comment` int(11) NULL, PRIMARY KEY(`id`) );

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_optin_insidecomment`;

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

Other tables from Immediate List Building Pro Lite