wp_iq_rpw_settings

Static

Stores iq rpw settings data created by this plugin.

Column Definitions

ColumnTypeNullable
keyvarcharNO
params_jsontext(0)NO

CREATE TABLE Statement

CREATE TABLE IF NOT EXISTS `wp_iq_rpw_settings` ( `key` varchar (32) NOT NULL DEFAULT '', `params_json` text(0) NOT NULL DEFAULT '', PRIMARY KEY `key` (`key`) );

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_settings`;

Run this query using phpMyAdmin, Adminer, or your MySQL client. Back up first.

Other tables from IQ Referral System for WooCommerce