{"slug":"garantiwebt-ai","name":"Garantiwebt AI – AI Content Generator (Claude, OpenAI & Gemini)","description":"AI content generator for WordPress. Write SEO-optimized articles & bulk blog posts with Claude, OpenAI (GPT) and Google Gemini.","author":"garantiwebtasarim","active_installs":10,"version":"2.1.0","wp_org_url":"https://wordpress.org/plugins/garantiwebt-ai/","is_closed":false,"cleanup":{"has_uninstall_hook":false,"drops_tables_on_uninstall":false,"deletes_options_on_uninstall":false},"tables":[{"table_name":"garantiwebt_generation_log","full_table_name":"wp_garantiwebt_generation_log","description":"A logging table that records activity, events, or audit history.","detection_method":"static","confidence":"medium","columns":[{"name":"id","type":"BIGINT(20)","nullable":false,"primary_key":true},{"name":"post_id","type":"BIGINT(20)","nullable":true,"primary_key":false},{"name":"language","type":"VARCHAR(10)","nullable":true,"primary_key":false},{"name":"provider","type":"VARCHAR(50)","nullable":true,"primary_key":false},{"name":"model","type":"VARCHAR(100)","nullable":true,"primary_key":false},{"name":"word_count","type":"INT(11)","nullable":true,"primary_key":false},{"name":"seo_score","type":"INT(3)","nullable":true,"primary_key":false},{"name":"status","type":"VARCHAR(20)","nullable":true,"primary_key":false},{"name":"error_msg","type":"TEXT","nullable":true,"primary_key":false},{"name":"created_at","type":"DATETIME","nullable":true,"primary_key":false}],"create_sql":"CREATE TABLE IF NOT EXISTS wp_garantiwebt_generation_log ( id BIGINT(20) NOT NULL AUTO_INCREMENT, post_id BIGINT(20) DEFAULT NULL, keyword VARCHAR(500) NOT NULL, language VARCHAR(10) DEFAULT 'en', provider VARCHAR(50) DEFAULT 'claude', model VARCHAR(100) DEFAULT NULL, word_count INT(11) DEFAULT 0, seo_score INT(3) DEFAULT 0, status VARCHAR(20) DEFAULT 'completed', error_msg TEXT DEFAULT NULL, created_at DATETIME DEFAULT CURRENT_TIMESTAMP, PRIMARY KEY (id), KEY created_at (created_at) ) $c;\" );"}],"table_count":1}