{"table_name":"coxwall_blocked_ips","full_table_name":"wp_coxwall_blocked_ips","description":"Stores coxwall blocked ips data created by this plugin.","detection_method":"static","confidence":"high","create_sql":"CREATE TABLE wp_coxwall_blocked_ips ( id BIGINT(20) UNSIGNED NOT NULL AUTO_INCREMENT, ip_address VARCHAR(45) NOT NULL, reason VARCHAR(200) NOT NULL DEFAULT '', blocked_until DATETIME NULL, permanent TINYINT(1) NOT NULL DEFAULT 0, created_at DATETIME NOT NULL DEFAULT CURRENT_TIMESTAMP, PRIMARY KEY (id), UNIQUE KEY ip_address (ip_address) ) $charset;\" );","columns":[{"name":"id","type":"BIGINT(20) UNSIGNED","nullable":false,"primary_key":true},{"name":"ip_address","type":"VARCHAR(45)","nullable":false,"primary_key":false},{"name":"reason","type":"VARCHAR(200)","nullable":false,"primary_key":false},{"name":"blocked_until","type":"DATETIME","nullable":true,"primary_key":false},{"name":"permanent","type":"TINYINT(1)","nullable":false,"primary_key":false},{"name":"created_at","type":"DATETIME","nullable":false,"primary_key":false}],"plugin":{"slug":"coxwall","name":"CoxWall","active_installs":0,"version":"1.0.0","wp_org_url":"https://wordpress.org/plugins/coxwall/"}}