{"table_name":"b2s_ai_template","full_table_name":"wp_b2s_ai_template","description":"Stores b2s ai template data created by this plugin.","detection_method":"static","confidence":"high","create_sql":"CREATE TABLE IF NOT EXISTS `wp_b2s_ai_template` ( `id` int(11) NOT NULL AUTO_INCREMENT, `blog_user_id` int(11) NOT NULL, `network_id` int(11) NOT NULL, `type_id` tinyint(4) NOT NULL, `payload` TEXT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, PRIMARY KEY (`id`), INDEX `blog_user_id` (`blog_user_id`), INDEX `network_id` (`network_id`), INDEX `type_id` (`type_id`) ) DEFAULT CHARSET","columns":[{"name":"id","type":"int(11)","nullable":false,"primary_key":true},{"name":"blog_user_id","type":"int(11)","nullable":false,"primary_key":false},{"name":"network_id","type":"int(11)","nullable":false,"primary_key":false},{"name":"type_id","type":"tinyint(4)","nullable":false,"primary_key":false},{"name":"payload","type":"TEXT","nullable":false,"primary_key":false}],"plugin":{"slug":"blog2social","name":"Blog2Social: Social Media Auto Post & Scheduler","active_installs":50000,"version":"9.0.0","wp_org_url":"https://wordpress.org/plugins/blog2social/"}}