wp_isarud_sync_log
StaticA logging table that records activity, events, or audit history.
Column Definitions
| Column | Type | Nullable |
|---|---|---|
| 🔑id | int(11) | NO |
| product_id | bigint(20) | NO |
| marketplace | varchar(50) | NO |
| action | varchar(50) | NO |
| status | varchar(20) | NO |
| message | text | YES |
| created_at | datetime | YES |
CREATE TABLE Statement
CREATE TABLE wp_isarud_sync_log ( id int(11) NOT NULL AUTO_INCREMENT, product_id bigint(20) NOT NULL, marketplace varchar(50) NOT NULL, action varchar(50) NOT NULL, status varchar(20) NOT NULL, message text, created_at datetime DEFAULT CURRENT_TIMESTAMP, PRIMARY KEY (id), KEY product_marketplace (product_id, 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_sync_log`;
Run this query using phpMyAdmin, Adminer, or your MySQL client. Back up first.
Other tables from API Isarud Tüm Pazar Yerleri Ticaret Entegrasyonu