{"table_name":"amitinen_log","full_table_name":"wp_amitinen_log","description":"A logging table that records activity, events, or audit history.","detection_method":"static","confidence":"high","create_sql":"CREATE TABLE IF NOT EXISTS wp_amitinen_log ( id bigint(20) NOT NULL AUTO_INCREMENT, url varchar(500) NOT NULL, engine varchar(80) NOT NULL, status varchar(30) DEFAULT 'submitted', response text DEFAULT '', created_at datetime DEFAULT CURRENT_TIMESTAMP, PRIMARY KEY (id) ) $charset;\" );","columns":[{"name":"id","type":"bigint(20)","nullable":false,"primary_key":true},{"name":"url","type":"varchar(500)","nullable":false,"primary_key":false},{"name":"engine","type":"varchar(80)","nullable":false,"primary_key":false},{"name":"status","type":"varchar(30)","nullable":true,"primary_key":false},{"name":"response","type":"text","nullable":true,"primary_key":false},{"name":"created_at","type":"datetime","nullable":true,"primary_key":false}],"plugin":{"slug":"indexing-engine","name":"Amit Indexing Engine","active_installs":70,"version":"2.0.0","wp_org_url":"https://wordpress.org/plugins/indexing-engine/"}}