wp_isarud_screening_log

Static

A logging table that records activity, events, or audit history.

Column Definitions

ColumnTypeNullable
🔑idint(11)NO
order_idbigint(20)NO
names_screenedtextYES
has_matchtinyint(1)YES
resultstextYES
created_atdatetimeYES

CREATE TABLE Statement

CREATE TABLE wp_isarud_screening_log ( id int(11) NOT NULL AUTO_INCREMENT, order_id bigint(20) NOT NULL, names_screened text, has_match tinyint(1) DEFAULT 0, results text, created_at datetime DEFAULT CURRENT_TIMESTAMP, PRIMARY KEY (id), KEY order_id (order_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_screening_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