{"table_name":"cbs_substitutes","full_table_name":"wp_cbs_substitutes","description":"Stores cbs substitutes data created by this plugin.","detection_method":"static","confidence":"high","create_sql":"CREATE TABLE IF NOT EXISTS `wp_cbs_substitutes` ( `substitute_id` int(11) NOT NULL AUTO_INCREMENT, `course_id` int(11) NOT NULL, `date` date NOT NULL, `user_id` int(11) NOT NULL, PRIMARY KEY (`substitute_id`) ) ENGINE","columns":[{"name":"substitute_id","type":"int(11)","nullable":false,"primary_key":true},{"name":"course_id","type":"int(11)","nullable":false,"primary_key":false},{"name":"date","type":"date","nullable":false,"primary_key":false},{"name":"user_id","type":"int(11)","nullable":false,"primary_key":false}],"plugin":{"slug":"course-booking-system","name":"Course Booking System","active_installs":100,"version":"7.0.4","wp_org_url":"https://wordpress.org/plugins/course-booking-system/"}}