wp_ess_slider_detail

Static

Stores ess slider detail data created by this plugin.

Column Definitions

ColumnTypeNullable
🔑idint(11)NO
item_typeint(11)YES
contenttextYES
ess_slider_idint(11)YES
img_titlevarchar(50)YES
img_altvarchar(50)YES
img_link_to_urlvarchar(250)YES
img_open_new_tabtinyint(1)YES
sort_orderint(11)YES

CREATE TABLE Statement

CREATE TABLE ess_slider_detail ( id int(11) NOT NULL AUTO_INCREMENT PRIMARY KEY, item_type int(11) DEFAULT NULL, content text, ess_slider_id int(11) DEFAULT NULL, img_title varchar(50) DEFAULT NULL, img_alt varchar(50) DEFAULT NULL, img_link_to_url varchar(250) DEFAULT NULL, img_open_new_tab tinyint(1) DEFAULT NULL, sort_order int(11) DEFAULT NULL ) ENGINE

Safe to delete?

If you have uninstalled essential, 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_ess_slider_detail`;

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

Other tables from essential