wp_iq_rpw_users
StaticStores iq rpw users data created by this plugin.
Column Definitions
| Column | Type | Nullable |
|---|---|---|
| uid | int(20) | NO |
| ref_uid | int(20) | NO |
| ref_visits | int(20) | NO |
| ref_balance_json | text(0) | YES |
| ref_sell | int(20) | NO |
| turnover_json | text(0) | NO |
| ref_shopping | int(20) | NO |
| ref_percent | tinyint(4) | NO |
| ref_code | varchar(255) | NO |
| ref_father_uid | int(20) | NO |
| ref_enable | tinyint(2) | NO |
CREATE TABLE Statement
CREATE TABLE IF NOT EXISTS `wp_iq_rpw_users` ( `uid` int(20) NOT NULL DEFAULT 0, `ref_uid` int(20) NOT NULL DEFAULT 0, `ref_visits` int(20) NOT NULL DEFAULT 0, `ref_balance_json` text(0) DEFAULT '[]', `ref_sell` int(20) NOT NULL DEFAULT 0, `turnover_json` text(0) NOT NULL DEFAULT '[]', `ref_shopping` int(20) NOT NULL DEFAULT 0, `ref_percent` tinyint(4) NOT NULL DEFAULT 0, `ref_code` varchar(255) NOT NULL, `ref_father_uid` int(20) NOT NULL DEFAULT 0, `ref_enable` tinyint(2) NOT NULL DEFAULT 1, PRIMARY KEY uid (`uid`) );
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_users`;
Run this query using phpMyAdmin, Adminer, or your MySQL client. Back up first.
Other tables from IQ Referral System for WooCommerce