{"table_name":"bearmor_ai_analyses","full_table_name":"wp_bearmor_ai_analyses","description":"Stores bearmor ai analyses data created by this plugin.","detection_method":"static","confidence":"high","create_sql":"CREATE TABLE wp_bearmor_ai_analyses ( id BIGINT UNSIGNED AUTO_INCREMENT PRIMARY KEY, summary_data LONGTEXT NOT NULL, ai_prompt LONGTEXT NOT NULL, ai_response LONGTEXT NOT NULL, color_rating ENUM('green', 'gray', 'yellow', 'red') DEFAULT 'gray', model_used VARCHAR(50) NOT NULL, tokens_used INT NOT NULL, created_at DATETIME NOT NULL, KEY idx_created_at (created_at), KEY idx_color_rating (color_rating) ) $charset_collate;\"; dbDelta( $sql );","columns":[{"name":"id","type":"BIGINT UNSIGNED","nullable":true,"primary_key":true},{"name":"summary_data","type":"LONGTEXT","nullable":false,"primary_key":false},{"name":"ai_prompt","type":"LONGTEXT","nullable":false,"primary_key":false},{"name":"ai_response","type":"LONGTEXT","nullable":false,"primary_key":false},{"name":"color_rating","type":"ENUM('green', 'gray', 'yellow', 'red')","nullable":true,"primary_key":false},{"name":"model_used","type":"VARCHAR(50)","nullable":false,"primary_key":false},{"name":"tokens_used","type":"INT","nullable":false,"primary_key":false},{"name":"created_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/"}}