{"table_name":"kupaywc_log","full_table_name":"wp_kupaywc_log","description":"A logging table that records activity, events, or audit history.","detection_method":"static","confidence":"high","create_sql":"CREATE TABLE wp_kupaywc_log ( log_id BIGINT UNSIGNED NOT NULL AUTO_INCREMENT, timestamp datetime NOT NULL, trans_code char(20) NOT NULL, response longtext NOT NULL, order_id BIGINT UNSIGNED NULL, payment_type char(20) NULL, log_type char(20) NULL, PRIMARY KEY (log_id), KEY trans_code (trans_code), KEY order_trans (order_id, trans_code), KEY order_id (order_id) ) $collate;\"; dbDelta( $query );","columns":[{"name":"log_id","type":"BIGINT UNSIGNED","nullable":false,"primary_key":true},{"name":"timestamp","type":"datetime","nullable":false,"primary_key":false},{"name":"trans_code","type":"char(20)","nullable":false,"primary_key":false},{"name":"response","type":"longtext","nullable":false,"primary_key":false},{"name":"order_id","type":"BIGINT UNSIGNED","nullable":true,"primary_key":false},{"name":"payment_type","type":"char(20)","nullable":true,"primary_key":false},{"name":"log_type","type":"char(20)","nullable":true,"primary_key":false}],"plugin":{"slug":"yamato-credit-for-woo","name":"Kuroneko Web Collect for Woo","active_installs":100,"version":"2.0.1","wp_org_url":"https://wordpress.org/plugins/yamato-credit-for-woo/"}}