{"table_name":"aichat_post_embeddings","full_table_name":"wp_aichat_post_embeddings","description":"Stores aichat post embeddings data created by this plugin.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE IF NOT EXISTS wp_aichat_post_embeddings ( `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT PRIMARY KEY, `uuid` varchar(255), `collection_id` bigint(20) UNSIGNED, `post_id` bigint(20) UNSIGNED, `post_type` varchar(255), `document` text NOT NULL, `metadata` text NOT NULL, `vector` text NOT NULL, `is_active` tinyint(1) DEFAULT 1 ) \");","columns":[{"name":"id","type":"bigint(20) UNSIGNED","nullable":false,"primary_key":true},{"name":"uuid","type":"varchar(255)","nullable":true,"primary_key":false},{"name":"collection_id","type":"bigint(20) UNSIGNED","nullable":true,"primary_key":false},{"name":"post_id","type":"bigint(20) UNSIGNED","nullable":true,"primary_key":false},{"name":"post_type","type":"varchar(255)","nullable":true,"primary_key":false},{"name":"document","type":"text","nullable":false,"primary_key":false},{"name":"metadata","type":"text","nullable":false,"primary_key":false},{"name":"vector","type":"text","nullable":false,"primary_key":false},{"name":"is_active","type":"tinyint(1)","nullable":true,"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/"}}