{"table_name":"b2s_user","full_table_name":"wp_b2s_user","description":"Stores b2s user data created by this plugin.","detection_method":"static","confidence":"high","create_sql":"CREATE TABLE IF NOT EXISTS `wp_b2s_user` ( `id` int(11) NOT NULL AUTO_INCREMENT, `token` varchar(255) NOT NULL, `blog_user_id` int(11) NOT NULL, `feature` TINYINT(2) NOT NULL, `state_url` TINYINT(2) NOT NULL, `register_date` DATETIME NOT NULL DEFAULT '0000-00-00 00:00:00', PRIMARY KEY (`id`), INDEX `blog_user_id` (`blog_user_id`), INDEX `token` (`token`), INDEX `feature` (`feature`) ) DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci AUTO_INCREMENT=1;\"; //No User input in statement // phpcs:ignore WordPress.DB.PreparedSQL.NotPrepared $wpdb->query($sqlCreateUser);","columns":[{"name":"id","type":"int(11)","nullable":false,"primary_key":true},{"name":"token","type":"varchar(255)","nullable":false,"primary_key":false},{"name":"blog_user_id","type":"int(11)","nullable":false,"primary_key":false},{"name":"feature","type":"TINYINT(2)","nullable":false,"primary_key":false},{"name":"state_url","type":"TINYINT(2)","nullable":false,"primary_key":false},{"name":"register_date","type":"DATETIME","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/"}}