wp_iq_rpw_withdraw_systems
StaticStores iq rpw withdraw systems data created by this plugin.
Column Definitions
| Column | Type | Nullable |
|---|---|---|
| 🔑id | int | NO |
| name | varchar(255) | NO |
| min | double | YES |
| commision | int(4) | YES |
| enable | tinyint(2) | NO |
CREATE TABLE Statement
CREATE TABLE IF NOT EXISTS `wp_iq_rpw_withdraw_systems` ( `id` int (20) NOT NULL AUTO_INCREMENT, `name` varchar(255) NOT NULL DEFAULT '', `min` double DEFAULT 0, `commision` int(4) DEFAULT 0, `enable` tinyint(2) NOT NULL DEFAULT 1, PRIMARY KEY `id` (`id`) );
Safe to delete?
If you have uninstalled IQ Referral System for WooCommerce, 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_iq_rpw_withdraw_systems`;
Run this query using phpMyAdmin, Adminer, or your MySQL client. Back up first.
Other tables from IQ Referral System for WooCommerce