wp_ess_slider_detail
StaticStores ess slider detail data created by this plugin.
Column Definitions
| Column | Type | Nullable |
|---|---|---|
| 🔑id | int(11) | NO |
| item_type | int(11) | YES |
| content | text | YES |
| ess_slider_id | int(11) | YES |
| img_title | varchar(50) | YES |
| img_alt | varchar(50) | YES |
| img_link_to_url | varchar(250) | YES |
| img_open_new_tab | tinyint(1) | YES |
| sort_order | int(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