wp_ess_slider

Static

Stores ess slider data created by this plugin.

Column Definitions

ColumnTypeNullable
🔑idint(11)NO
titlevarchar(50)YES
authorbigint(20)YES
created_datedatetimeYES
updated_datedatetimeYES
slider_statusvarchar(20)YES
widthvarchar(5)YES
heightvarchar(5)YES
auto_playtinyint(1)YES
auto_looptinyint(1)YES
prev_nexttinyint(1)YES
bullet_navtinyint(1)YES

CREATE TABLE Statement

CREATE TABLE ess_slider ( id int(11) NOT NULL AUTO_INCREMENT PRIMARY KEY, title varchar(50) DEFAULT NULL, author bigint(20) DEFAULT NULL, created_date datetime DEFAULT NULL, updated_date datetime DEFAULT NULL, slider_status varchar(20) DEFAULT NULL, width varchar(5) DEFAULT NULL, height varchar(5) DEFAULT NULL, auto_play tinyint(1) DEFAULT NULL, auto_loop tinyint(1) DEFAULT NULL, prev_next tinyint(1) DEFAULT NULL, bullet_nav tinyint(1) 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`;

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

Other tables from essential