wp_isarud_credentials
StaticStores isarud credentials data created by this plugin.
Column Definitions
| Column | Type | Nullable |
|---|---|---|
| 🔑id | int(11) | NO |
| marketplace | varchar(50) | NO |
| credentials | text | NO |
| is_active | tinyint(1) | YES |
| price_margin | decimal(5,2) | YES |
| price_margin_type | enum('percent','fixed') | YES |
| auto_sync | tinyint(1) | YES |
| sync_interval | varchar(20) | YES |
| last_test | datetime | YES |
| test_status | varchar(20) | YES |
| last_sync | datetime | YES |
| created_at | datetime | YES |
CREATE TABLE Statement
CREATE TABLE wp_isarud_credentials ( id int(11) NOT NULL AUTO_INCREMENT, marketplace varchar(50) NOT NULL, credentials text NOT NULL, is_active tinyint(1) DEFAULT 1, price_margin decimal(5,2) DEFAULT 0, price_margin_type enum('percent','fixed') DEFAULT 'percent', auto_sync tinyint(1) DEFAULT 0, sync_interval varchar(20) DEFAULT 'daily', last_test datetime DEFAULT NULL, test_status varchar(20) DEFAULT NULL, last_sync datetime DEFAULT NULL, created_at datetime DEFAULT CURRENT_TIMESTAMP, PRIMARY KEY (id), UNIQUE KEY marketplace (marketplace) ) {$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_credentials`;
Run this query using phpMyAdmin, Adminer, or your MySQL client. Back up first.
Other tables from API Isarud Tüm Pazar Yerleri Ticaret Entegrasyonu