wp_isoft_fmf_download_daily

Static

Stores isoft fmf download daily data created by this plugin.

Column Definitions

ColumnTypeNullable
download_idBIGINT UNSIGNEDNO
log_dateDATENO
countBIGINT UNSIGNEDNO

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