{"table_name":"aichat_user_messages","full_table_name":"wp_aichat_user_messages","description":"Stores aichat user messages data created by this plugin.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE IF NOT EXISTS wp_aichat_user_messages ( `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT PRIMARY KEY, `user_hash` varchar(255) NOT NULL, `messages` int(11) NOT NULL DEFAULT 0, `latest_hour` int(11) NOT NULL ) \");","columns":[{"name":"id","type":"bigint(20) UNSIGNED","nullable":false,"primary_key":true},{"name":"user_hash","type":"varchar(255)","nullable":false,"primary_key":false},{"name":"messages","type":"int(11)","nullable":false,"primary_key":false},{"name":"latest_hour","type":"int(11)","nullable":false,"primary_key":false}],"plugin":{"slug":"ai-chat-with-pages","name":"AI Chat With Pages","active_installs":0,"version":"1.0.0","wp_org_url":"https://wordpress.org/plugins/ai-chat-with-pages/"}}