{"table_name":"bearmor_firewall_whitelist","full_table_name":"wp_bearmor_firewall_whitelist","description":"Stores bearmor firewall whitelist data created by this plugin.","detection_method":"static","confidence":"high","create_sql":"CREATE TABLE wp_bearmor_firewall_whitelist ( id BIGINT UNSIGNED AUTO_INCREMENT PRIMARY KEY, whitelist_type ENUM('ip', 'uri') NOT NULL, value VARCHAR(500) NOT NULL, added_at DATETIME NOT NULL, KEY idx_type (whitelist_type) ) $charset_collate;\"; dbDelta( $sql );","columns":[{"name":"id","type":"BIGINT UNSIGNED","nullable":true,"primary_key":true},{"name":"whitelist_type","type":"ENUM('ip', 'uri')","nullable":false,"primary_key":false},{"name":"value","type":"VARCHAR(500)","nullable":false,"primary_key":false},{"name":"added_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/"}}