wp_isarud_dropship_suppliers

Static

Stores isarud dropship suppliers data created by this plugin.

Column Definitions

ColumnTypeNullable
🔑idint(11)NO
namevarchar(255)NO
emailvarchar(255)YES
api_urlvarchar(500)YES
api_keyvarchar(255)YES
auto_forwardtinyint(1)YES
commission_ratedecimal(5,2)YES
is_activetinyint(1)YES
created_atdatetimeYES

CREATE TABLE Statement

CREATE TABLE wp_isarud_dropship_suppliers ( id int(11) NOT NULL AUTO_INCREMENT, name varchar(255) NOT NULL, email varchar(255), api_url varchar(500), api_key varchar(255), auto_forward tinyint(1) DEFAULT 0, commission_rate decimal(5,2) DEFAULT 0, is_active tinyint(1) DEFAULT 1, created_at datetime DEFAULT CURRENT_TIMESTAMP, PRIMARY KEY (id) ) {$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_dropship_suppliers`;

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

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