{"table_name":"wpm_seo_articles_generator","full_table_name":"wp_wpm_seo_articles_generator","description":"Stores wpm seo articles generator data created by this plugin.","detection_method":"static","confidence":"high","create_sql":"CREATE TABLE IF NOT EXISTS wp_wpm_seo_articles_generator ( id INTEGER NOT NULL AUTO_INCREMENT, post_id INTEGER(10) NOT NULL, category INTEGER(10) NOT NULL, article_name VARCHAR(100) NOT NULL, article_content TEXT NOT NULL, errors TEXT NOT NULL, date_posted DATETIME, timestamp TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP, PRIMARY KEY (id) ) $charset_collate;\"; $wpdb->query( $sql );","columns":[{"name":"id","type":"INTEGER","nullable":false,"primary_key":true},{"name":"post_id","type":"INTEGER(10)","nullable":false,"primary_key":false},{"name":"category","type":"INTEGER(10)","nullable":false,"primary_key":false},{"name":"article_name","type":"VARCHAR(100)","nullable":false,"primary_key":false},{"name":"article_content","type":"TEXT","nullable":false,"primary_key":false},{"name":"errors","type":"TEXT","nullable":false,"primary_key":false},{"name":"date_posted","type":"DATETIME","nullable":true,"primary_key":false},{"name":"timestamp","type":"TIMESTAMP","nullable":false,"primary_key":false}],"plugin":{"slug":"ai-content-writer-generator","name":"AI Content Writer & Generator","active_installs":10,"version":"1.0.1","wp_org_url":"https://wordpress.org/plugins/ai-content-writer-generator/"}}