wp_isoft_fmf_download_daily
StaticStores isoft fmf download daily data created by this plugin.
Column Definitions
| Column | Type | Nullable |
|---|---|---|
| download_id | BIGINT UNSIGNED | NO |
| log_date | DATE | NO |
| count | BIGINT UNSIGNED | NO |
CREATE TABLE Statement
CREATE TABLE wp_isoft_fmf_download_daily ( download_id BIGINT UNSIGNED NOT NULL, log_date DATE NOT NULL, count BIGINT UNSIGNED NOT NULL DEFAULT 0, PRIMARY KEY (download_id, log_date), INDEX idx_log_date (log_date) ) $charset_collate;" );
Safe to delete?
If you have uninstalled I-Soft File Manager: Foundation, 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_isoft_fmf_download_daily`;
Run this query using phpMyAdmin, Adminer, or your MySQL client. Back up first.
Other tables from I-Soft File Manager: Foundation