wp_iq_rpw_withdraw_forms

Static

Stores form definitions and related configuration.

Column Definitions

ColumnTypeNullable
🔑idintNO
uidint(20)NO
system_idint(5)NO
requisitesvarchar(100)NO
sumdoubleYES
comissionint(5)YES
currencyvarchar(32)YES
commenttext(0)YES
comment_admintext(0)YES
statustinyint(2)NO
dateint(20)NO
do_dateint(20)NO

CREATE TABLE Statement

CREATE TABLE IF NOT EXISTS `wp_iq_rpw_withdraw_forms` ( `id` int (20) NOT NULL AUTO_INCREMENT, `uid` int(20) NOT NULL DEFAULT 0, `system_id` int(5) NOT NULL DEFAULT 0, `requisites` varchar(100) NOT NULL DEFAULT '', `sum` double DEFAULT 0, `comission` int(5) DEFAULT 0, `currency` varchar(32) DEFAULT '', `comment` text(0) DEFAULT '', `comment_admin` text(0) DEFAULT '', `status` tinyint(2) NOT NULL DEFAULT 0, `date` int(20) NOT NULL DEFAULT 0, `do_date` int(20) NOT NULL DEFAULT 0, 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_forms`;

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

Other tables from IQ Referral System for WooCommerce