{"table_name":"bearmor_quarantine","full_table_name":"wp_bearmor_quarantine","description":"Stores bearmor quarantine data created by this plugin.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE wp_bearmor_quarantine ( id BIGINT UNSIGNED AUTO_INCREMENT PRIMARY KEY, file_path VARCHAR(500) NOT NULL, quarantined_path VARCHAR(500) NOT NULL, reason VARCHAR(255), quarantined_at DATETIME NOT NULL, quarantined_by BIGINT UNSIGNED, restored_at DATETIME, restored_by BIGINT UNSIGNED, status ENUM('quarantined', 'restored', 'deleted') DEFAULT 'quarantined', KEY status (status), KEY quarantined_at (quarantined_at) ) $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":"quarantined_path","type":"VARCHAR(500)","nullable":false,"primary_key":false},{"name":"reason","type":"VARCHAR(255)","nullable":true,"primary_key":false},{"name":"quarantined_at","type":"DATETIME","nullable":false,"primary_key":false},{"name":"quarantined_by","type":"BIGINT UNSIGNED","nullable":true,"primary_key":false},{"name":"restored_at","type":"DATETIME","nullable":true,"primary_key":false},{"name":"restored_by","type":"BIGINT UNSIGNED","nullable":true,"primary_key":false},{"name":"status","type":"ENUM('quarantined', 'restored', 'deleted')","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/"}}