wp_aruba_fe
StaticStores aruba fe data created by this plugin.
Column Definitions
| Column | Type | Nullable |
|---|---|---|
| 🔑option_id | bigint(20) unsigned | NO |
| option_name | varchar(191) | NO |
| option_value | longtext | NO |
| autoload | varchar(20) | NO |
CREATE TABLE Statement
CREATE TABLE IF NOT EXISTS wp_aruba_fe ( option_id bigint(20) unsigned NOT NULL auto_increment, option_name varchar(191) NOT NULL default '', option_value longtext NOT NULL, autoload varchar(20) NOT NULL default 'no', PRIMARY KEY (option_id), UNIQUE KEY option_name (option_name), KEY autoload (autoload) ) $charset_collate;"; require_once ABSPATH . 'wp-admin/includes/upgrade.php'; dbDelta( $sql );
Safe to delete?
If you have uninstalled Aruba Fatturazione Elettronica, 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_aruba_fe`;
Run this query using phpMyAdmin, Adminer, or your MySQL client. Back up first.
Other tables from Aruba Fatturazione Elettronica