{"table_name":"lunexia_malicious_ips","full_table_name":"wp_lunexia_malicious_ips","description":"Stores lunexia malicious ips data created by this plugin.","detection_method":"static","confidence":"high","create_sql":"CREATE TABLE IF NOT EXISTS wp_lunexia_malicious_ips ( id bigint(20) unsigned NOT NULL AUTO_INCREMENT, ip_address varchar(45) NOT NULL, threat_type varchar(100), confidence int(10) DEFAULT 0, source varchar(191), first_seen datetime, last_seen datetime, is_active tinyint(1) DEFAULT 1, created_at datetime NOT NULL, PRIMARY KEY (id), UNIQUE KEY ip_address (ip_address), KEY threat_type (threat_type), KEY is_active (is_active) ) {$charset_collate};\"; dbDelta( $sql );","columns":[{"name":"id","type":"bigint(20) unsigned","nullable":false,"primary_key":true},{"name":"ip_address","type":"varchar(45)","nullable":false,"primary_key":false},{"name":"threat_type","type":"varchar(100)","nullable":true,"primary_key":false},{"name":"confidence","type":"int(10)","nullable":true,"primary_key":false},{"name":"source","type":"varchar(191)","nullable":true,"primary_key":false},{"name":"first_seen","type":"datetime","nullable":true,"primary_key":false},{"name":"last_seen","type":"datetime","nullable":true,"primary_key":false},{"name":"is_active","type":"tinyint(1)","nullable":true,"primary_key":false},{"name":"created_at","type":"datetime","nullable":false,"primary_key":false}],"plugin":{"slug":"lunexia-htaccess-shield","name":"Lunexia .htaccess Shield","active_installs":0,"version":"3.2.1","wp_org_url":"https://wordpress.org/plugins/lunexia-htaccess-shield/"}}