wp_isarud_credentials

Static

Stores isarud credentials data created by this plugin.

Column Definitions

ColumnTypeNullable
🔑idint(11)NO
marketplacevarchar(50)NO
credentialstextNO
is_activetinyint(1)YES
price_margindecimal(5,2)YES
price_margin_typeenum('percent','fixed')YES
auto_synctinyint(1)YES
sync_intervalvarchar(20)YES
last_testdatetimeYES
test_statusvarchar(20)YES
last_syncdatetimeYES
created_atdatetimeYES

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