{"table_name":"bearmor_firewall_blocks","full_table_name":"wp_bearmor_firewall_blocks","description":"Stores bearmor firewall blocks data created by this plugin.","detection_method":"static","confidence":"high","create_sql":"CREATE TABLE wp_bearmor_firewall_blocks ( id BIGINT UNSIGNED AUTO_INCREMENT PRIMARY KEY, ip_address VARCHAR(45) NOT NULL, request_uri TEXT NOT NULL, request_method VARCHAR(10), user_agent TEXT, rule_matched VARCHAR(255), blocked_at DATETIME NOT NULL, KEY idx_ip_address (ip_address), KEY idx_blocked_at (blocked_at) ) $charset_collate;\"; dbDelta( $sql );","columns":[{"name":"id","type":"BIGINT UNSIGNED","nullable":true,"primary_key":true},{"name":"ip_address","type":"VARCHAR(45)","nullable":false,"primary_key":false},{"name":"request_uri","type":"TEXT","nullable":false,"primary_key":false},{"name":"request_method","type":"VARCHAR(10)","nullable":true,"primary_key":false},{"name":"user_agent","type":"TEXT","nullable":true,"primary_key":false},{"name":"rule_matched","type":"VARCHAR(255)","nullable":true,"primary_key":false},{"name":"blocked_at","type":"DATETIME","nullable":false,"primary_key":false}],"plugin":{"slug":"bearmor-security","name":"Bearmor Security","active_installs":50,"version":"1.0.4","wp_org_url":"https://wordpress.org/plugins/bearmor-security/"}}