{"table_name":"chat_history","full_table_name":"wp_chat_history","description":"Stores chat history data created by this plugin.","detection_method":"static","confidence":"high","create_sql":"CREATE TABLE chat_history ( * id BIGINT UNSIGNED AUTO_INCREMENT PRIMARY KEY, * thread_id VARCHAR(255) NOT NULL, * messages LONGTEXT NOT NULL, * created_at DATETIME DEFAULT CURRENT_TIMESTAMP, * updated_at DATETIME DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, * * UNIQUE KEY uk_thread_id (thread_id), * INDEX idx_thread_id (thread_id) * );","columns":[],"plugin":{"slug":"smart-sense","name":"Smart Sense – AI Knowledge Base for Posts, Pages, and CPTs","active_installs":0,"version":"1.0.3","wp_org_url":"https://wordpress.org/plugins/smart-sense/"}}