{"table_name":"docubot_ai_secureweb_embeddings","full_table_name":"wp_docubot_ai_secureweb_embeddings","description":"Stores docubot ai secureweb embeddings data created by this plugin.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE wp_docubot_ai_secureweb_embeddings ( id BIGINT UNSIGNED NOT NULL AUTO_INCREMENT, filename VARCHAR(255) NOT NULL DEFAULT '', content LONGTEXT NOT NULL, embedding LONGTEXT NOT NULL, PRIMARY KEY (id), KEY filename (filename(191)) ) {$charset};\"; require_once ABSPATH . 'wp-admin/includes/upgrade.php'; dbDelta( $sql );","columns":[{"name":"id","type":"BIGINT UNSIGNED","nullable":false,"primary_key":true},{"name":"filename","type":"VARCHAR(255)","nullable":false,"primary_key":false},{"name":"content","type":"LONGTEXT","nullable":false,"primary_key":false},{"name":"embedding","type":"LONGTEXT","nullable":false,"primary_key":false}],"plugin":{"slug":"docubot-ai-secureweb","name":"DocuBot AI by secureweb","active_installs":0,"version":"1.4.0","wp_org_url":"https://wordpress.org/plugins/docubot-ai-secureweb/"}}