wp_ess_slider
StaticStores ess slider data created by this plugin.
Column Definitions
| Column | Type | Nullable |
|---|---|---|
| 🔑id | int(11) | NO |
| title | varchar(50) | YES |
| author | bigint(20) | YES |
| created_date | datetime | YES |
| updated_date | datetime | YES |
| slider_status | varchar(20) | YES |
| width | varchar(5) | YES |
| height | varchar(5) | YES |
| auto_play | tinyint(1) | YES |
| auto_loop | tinyint(1) | YES |
| prev_next | tinyint(1) | YES |
| bullet_nav | tinyint(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