{"table_name":"kuatowc_log","full_table_name":"wp_kuatowc_log","description":"A logging table that records activity, events, or audit history.","detection_method":"static","confidence":"high","create_sql":"CREATE TABLE wp_kuatowc_log ( log_id BIGINT UNSIGNED NOT NULL AUTO_INCREMENT, timestamp datetime NOT NULL, trans_code char(20) NOT NULL, response longtext NOT NULL, order_no BIGINT UNSIGNED NULL, payment_type char(20) NULL, log_type char(20) NULL, amount int(20) NULL, invoice_status char(15) NULL, PRIMARY KEY (log_id), KEY trans_code (trans_code), KEY order_trans (order_no, trans_code), KEY order_no (order_no) ) $collate;\"; dbDelta( $sql );","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_no","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},{"name":"amount","type":"int(20)","nullable":true,"primary_key":false},{"name":"invoice_status","type":"char(15)","nullable":true,"primary_key":false}],"plugin":{"slug":"yamato-atobarai-for-woo","name":"Kuroneko Daikin Atobarai Service for Woo","active_installs":10,"version":"2.0.1","wp_org_url":"https://wordpress.org/plugins/yamato-atobarai-for-woo/"}}