{"table_name":"bearmor_uptime_pings","full_table_name":"wp_bearmor_uptime_pings","description":"Stores bearmor uptime pings data created by this plugin.","detection_method":"static","confidence":"high","create_sql":"CREATE TABLE wp_bearmor_uptime_pings ( id BIGINT UNSIGNED AUTO_INCREMENT PRIMARY KEY, status VARCHAR(10) NOT NULL, response_time INT NOT NULL, pinged_at DATETIME NOT NULL, synced_at DATETIME NOT NULL, KEY idx_pinged_at (pinged_at), KEY idx_status (status) ) $charset_collate;\"; dbDelta( $sql );","columns":[{"name":"id","type":"BIGINT UNSIGNED","nullable":true,"primary_key":true},{"name":"status","type":"VARCHAR(10)","nullable":false,"primary_key":false},{"name":"response_time","type":"INT","nullable":false,"primary_key":false},{"name":"pinged_at","type":"DATETIME","nullable":false,"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/"}}