wp_isarud_affiliates

Static

Stores isarud affiliates data created by this plugin.

Column Definitions

ColumnTypeNullable
🔑idint(11)NO
namevarchar(255)NO
emailvarchar(255)NO
codevarchar(50)NO
commission_ratedecimal(5,2)YES
total_salesdecimal(14,2)YES
total_commissiondecimal(14,2)YES
is_activetinyint(1)YES
created_atdatetimeYES

CREATE TABLE Statement

CREATE TABLE wp_isarud_affiliates ( id int(11) NOT NULL AUTO_INCREMENT, name varchar(255) NOT NULL, email varchar(255) NOT NULL, code varchar(50) NOT NULL, commission_rate decimal(5,2) DEFAULT 10, total_sales decimal(14,2) DEFAULT 0, total_commission decimal(14,2) DEFAULT 0, is_active tinyint(1) DEFAULT 1, created_at datetime DEFAULT CURRENT_TIMESTAMP, PRIMARY KEY (id), UNIQUE KEY code (code) ) {$charset};");

Safe to delete?

If you have uninstalled API Isarud Tüm Pazar Yerleri Ticaret Entegrasyonu, 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_isarud_affiliates`;

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

Other tables from API Isarud Tüm Pazar Yerleri Ticaret Entegrasyonu