wp_zestatix_location
StaticStores zestatix location data created by this plugin.
Column Definitions
| Column | Type | Nullable |
|---|---|---|
| id | BIGINT( 20 ) | NO |
| country | VARCHAR( 25 ) | NO |
CREATE TABLE Statement
CREATE TABLE IF NOT EXISTS wp_zestatix_location ( id BIGINT( 20 ) NOT NULL, country VARCHAR( 25 ) NOT NULL ) {$charset_collate}" );Safe to delete?
If you have uninstalled zeStatix, 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_zestatix_location`;
Run this query using phpMyAdmin, Adminer, or your MySQL client. Back up first.
Other tables from zeStatix