{"table_name":"bearmor_file_changes","full_table_name":"wp_bearmor_file_changes","description":"Stores bearmor file changes data created by this plugin.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE wp_bearmor_file_changes ( id BIGINT UNSIGNED AUTO_INCREMENT PRIMARY KEY, file_path VARCHAR(500) NOT NULL, old_checksum VARCHAR(64), new_checksum VARCHAR(64), detected_at DATETIME NOT NULL, action_taken ENUM('none', 'locked', 'quarantined', 'marked_safe') DEFAULT 'none', action_by BIGINT UNSIGNED, KEY detected_at (detected_at), KEY file_path (file_path) ) $charset_collate;\"; dbDelta( $sql );","columns":[{"name":"id","type":"BIGINT UNSIGNED","nullable":true,"primary_key":true},{"name":"file_path","type":"VARCHAR(500)","nullable":false,"primary_key":false},{"name":"old_checksum","type":"VARCHAR(64)","nullable":true,"primary_key":false},{"name":"new_checksum","type":"VARCHAR(64)","nullable":true,"primary_key":false},{"name":"detected_at","type":"DATETIME","nullable":false,"primary_key":false},{"name":"action_taken","type":"ENUM('none', 'locked', 'quarantined', 'marked_safe')","nullable":true,"primary_key":false},{"name":"action_by","type":"BIGINT UNSIGNED","nullable":true,"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/"}}