{"table_name":"cbs_attendances","full_table_name":"wp_cbs_attendances","description":"Stores cbs attendances data created by this plugin.","detection_method":"static","confidence":"high","create_sql":"CREATE TABLE IF NOT EXISTS `wp_cbs_attendances` ( `attendance_id` int(11) NOT NULL AUTO_INCREMENT, `course_id` int(11) NOT NULL, `date` date NOT NULL, `attendance` int(11) NOT NULL, PRIMARY KEY (`attendance_id`) ) ENGINE","columns":[{"name":"attendance_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":"attendance","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/"}}