{"table_name":"cbs_notes","full_table_name":"wp_cbs_notes","description":"Stores cbs notes data created by this plugin.","detection_method":"static","confidence":"high","create_sql":"CREATE TABLE IF NOT EXISTS `wp_cbs_notes` ( `note_id` int(11) NOT NULL AUTO_INCREMENT, `course_id` int(11) NOT NULL, `date` date NOT NULL, `note` text NOT NULL, PRIMARY KEY (`note_id`) ) ENGINE","columns":[{"name":"note_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":"note","type":"text","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/"}}