wp_adeona_esms_plugin
StaticStores adeona esms plugin data created by this plugin.
Column Definitions
| Column | Type | Nullable |
|---|---|---|
| 🔑id | int(11) | NO |
| m_key | varchar(500) | YES |
| mask | varchar(50) | YES |
CREATE TABLE Statement
CREATE TABLE `wp_adeona_esms_plugin` ( `id` int(11) NOT NULL AUTO_INCREMENT, `m_key` varchar(500) DEFAULT NULL, `mask` varchar(50) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE
Safe to delete?
If you have uninstalled Dialog eSMS, 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_adeona_esms_plugin`;
Run this query using phpMyAdmin, Adminer, or your MySQL client. Back up first.
Other tables from Dialog eSMS