{"table_name":"b2s_user_tool","full_table_name":"wp_b2s_user_tool","description":"Stores b2s user tool data created by this plugin.","detection_method":"static","confidence":"medium","create_sql":"CREATE TABLE IF NOT EXISTS `wp_b2s_user_tool` ( `id` int(11) NOT NULL AUTO_INCREMENT, `create_date` DATETIME NOT NULL DEFAULT '0000-00-00 00:00:00', `blog_user_id` int(11) NOT NULL, `tool_id` TINYINT NOT NULL DEFAULT '1', `access_token` varchar(255) NOT NULL, PRIMARY KEY (`id`), INDEX `access_token` (`access_token`), INDEX `blog_user_id` (`blog_user_id`), INDEX `tool_id` (`tool_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($sqlCreateUserTool);","columns":[{"name":"id","type":"int(11)","nullable":false,"primary_key":true},{"name":"create_date","type":"DATETIME","nullable":false,"primary_key":false},{"name":"blog_user_id","type":"int(11)","nullable":false,"primary_key":false},{"name":"tool_id","type":"TINYINT","nullable":false,"primary_key":false},{"name":"access_token","type":"varchar(255)","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/"}}