{"table_name":"b2s_posts_network_details","full_table_name":"wp_b2s_posts_network_details","description":"Stores b2s posts network details data created by this plugin.","detection_method":"static","confidence":"high","create_sql":"CREATE TABLE IF NOT EXISTS `wp_b2s_posts_network_details` ( `id` int(11) NOT NULL AUTO_INCREMENT, `owner_blog_user_id` int(11) NOT NULL, `network_id` TINYINT NOT NULL, `network_type` TINYINT NOT NULL, `network_auth_id` int(11) NOT NULL, `network_display_name` varchar(100) NOT NULL, `data` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`id`) ) DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci AUTO_INCREMENT=1 ;\"; //No User input in statement // phpcs:ignore WordPress.DB.PreparedSQL.NotPrepared $wpdb->query($sqlCreateUserNetworkDetails);","columns":[{"name":"id","type":"int(11)","nullable":false,"primary_key":true},{"name":"owner_blog_user_id","type":"int(11)","nullable":false,"primary_key":false},{"name":"network_id","type":"TINYINT","nullable":false,"primary_key":false},{"name":"network_type","type":"TINYINT","nullable":false,"primary_key":false},{"name":"network_auth_id","type":"int(11)","nullable":false,"primary_key":false},{"name":"network_display_name","type":"varchar(100)","nullable":false,"primary_key":false},{"name":"data","type":"text","nullable":true,"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/"}}