wp_isarud_affiliates
StaticStores isarud affiliates data created by this plugin.
Column Definitions
| Column | Type | Nullable |
|---|---|---|
| 🔑id | int(11) | NO |
| name | varchar(255) | NO |
| varchar(255) | NO | |
| code | varchar(50) | NO |
| commission_rate | decimal(5,2) | YES |
| total_sales | decimal(14,2) | YES |
| total_commission | decimal(14,2) | YES |
| is_active | tinyint(1) | YES |
| created_at | datetime | YES |
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