wp_isarud_dropship_suppliers
StaticStores isarud dropship suppliers data created by this plugin.
Column Definitions
| Column | Type | Nullable |
|---|---|---|
| 🔑id | int(11) | NO |
| name | varchar(255) | NO |
| varchar(255) | YES | |
| api_url | varchar(500) | YES |
| api_key | varchar(255) | YES |
| auto_forward | tinyint(1) | YES |
| commission_rate | decimal(5,2) | YES |
| is_active | tinyint(1) | YES |
| created_at | datetime | YES |
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