wp_adeona_esms_plugin_settings

Static

Stores adeona esms plugin settings data created by this plugin.

Column Definitions

ColumnTypeNullable
🔑idint(11)NO
statusvarchar(50)YES
messagevarchar(5000)YES

CREATE TABLE Statement

CREATE TABLE `wp_adeona_esms_plugin_settings` ( `id` int(11) NOT NULL AUTO_INCREMENT, `status` varchar(50) UNIQUE DEFAULT NULL, `message` varchar(5000) 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_settings`;

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

Other tables from Dialog eSMS