wp_iq_rpw_users

Static

Stores iq rpw users data created by this plugin.

Column Definitions

ColumnTypeNullable
uidint(20)NO
ref_uidint(20)NO
ref_visitsint(20)NO
ref_balance_jsontext(0)YES
ref_sellint(20)NO
turnover_jsontext(0)NO
ref_shoppingint(20)NO
ref_percenttinyint(4)NO
ref_codevarchar(255)NO
ref_father_uidint(20)NO
ref_enabletinyint(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