{"table_name":"bearmor_uptime_history","full_table_name":"wp_bearmor_uptime_history","description":"Stores bearmor uptime history data created by this plugin.","detection_method":"static","confidence":"high","create_sql":"CREATE TABLE wp_bearmor_uptime_history ( id BIGINT UNSIGNED AUTO_INCREMENT PRIMARY KEY, start_time DATETIME NOT NULL, end_time DATETIME, duration_minutes INT, status VARCHAR(50) DEFAULT 'open', synced_at DATETIME NOT NULL, UNIQUE KEY uniq_start_time (start_time), KEY idx_status (status) ) $charset_collate;\"; dbDelta( $sql );","columns":[{"name":"id","type":"BIGINT UNSIGNED","nullable":true,"primary_key":true},{"name":"start_time","type":"DATETIME","nullable":false,"primary_key":false},{"name":"end_time","type":"DATETIME","nullable":true,"primary_key":false},{"name":"duration_minutes","type":"INT","nullable":true,"primary_key":false},{"name":"status","type":"VARCHAR(50)","nullable":true,"primary_key":false},{"name":"synced_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/"}}